chore: add .editorconfig

This commit is contained in:
Laureηt 2023-01-27 17:36:48 +01:00
parent f574a3a56f
commit 53e8a8437b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

12
.editorconfig Normal file
View file

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