nvim: Add editorconfig

This commit is contained in:
Sanchayan Maity 2023-01-15 13:05:14 +05:30
parent 09894c1660
commit c9b189e7c5
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 11 additions and 0 deletions

View 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