Add editorconfig

This commit is contained in:
2024-05-03 22:21:35 +02:00
parent 30ff02a98f
commit a892bf04e7

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = tab
smart_tab = true
[{*.yaml,*.yml,*.nix}]
indent_style = space
indent_size = 2