nvim: Add editorconfig
This commit is contained in:
parent
09894c1660
commit
c9b189e7c5
1 changed files with 11 additions and 0 deletions
11
nvim/.config/nvim/.editorconfig
Normal file
11
nvim/.config/nvim/.editorconfig
Normal file
|
@ -0,0 +1,11 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
max_line_length = 80
|
||||
indent_size = 2
|
||||
tab_width = 2
|
Loading…
Reference in a new issue