nvim: conf editorconfig
This commit is contained in:
parent
6ba2e68ae0
commit
3263711048
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ indent_size = 2
|
||||||
tab_width = 2
|
tab_width = 2
|
||||||
max_line_length = 120
|
max_line_length = 120
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
continuation_indent = 2
|
continuation_indent = 2
|
||||||
quote_style = single
|
quote_style = single
|
||||||
|
|
Loading…
Add table
Reference in a new issue