1
0
Fork 0

nvim: conf editorconfig

This commit is contained in:
Vladimír Dudr 2023-04-21 08:30:24 +02:00
parent 6ba2e68ae0
commit 3263711048

View file

@ -5,6 +5,7 @@ indent_size = 2
tab_width = 2
max_line_length = 120
insert_final_newline = true
trim_trailing_whitespace = true
continuation_indent = 2
quote_style = single