mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +00:00
fix(editorconfig): use 4 spaces indentation for zig files
This commit is contained in:
@@ -7,6 +7,9 @@ tab_width = 8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.zig]
|
||||
indent_size = 4
|
||||
|
||||
[*.{c,h,in,lua}]
|
||||
max_line_length = 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user