Add editorconfig file

This commit is contained in:
darcy (iris system) 2021-09-02 12:47:39 +12:00
parent 66f9240c31
commit 6c598b172e
1 changed files with 15 additions and 0 deletions

15
.editorconfig Normal file
View File

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