Add editorconfig

This commit is contained in:
Lan Quil 2024-06-11 22:54:45 +02:00
commit 2f850b55bc
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# https://EditorConfig.org
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.lock]
indent_size = unset
[*.{nix,html,json}]
indent_size = 2