🔧 .editorconfig

This commit is contained in:
Laureηt 2023-05-18 19:03:19 +02:00
parent 3f0066893b
commit 52a868e43d
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,md}]
indent_size = 2