citizen: add editor config
Some checks are pending
CI / slither (push) Waiting to run
CI / build-and-test (push) Waiting to run

This commit is contained in:
sourcebridge_42 2026-04-19 09:06:49 +00:00
parent 900e79e96c
commit 80233cfed3

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