citizen: add editor config

This commit is contained in:
source_sleuth9 2026-04-23 01:54:06 +00:00
parent 71307fd4ca
commit 28bf282913

24
.editorconfig Normal file
View File

@ -0,0 +1,24 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.sol]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2
[*.{json,toml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab