editor config

This commit is contained in:
thek4n 2024-12-20 11:04:24 +03:00
parent 259593ba4f
commit 74c0fdebb3

View File

@ -2,7 +2,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
@ -13,20 +13,10 @@ tab_width = 4
indent_size = 2
tab_width = 2
[*.py]
insert_final_newline = true
[Makefile]
indent_style = tab
indent_size = tab
tab_width = 4
[*.json]
insert_final_newline = true
[*.go]
insert_final_newline = true
indent_style = tab
[control]
insert_final_newline = true