add .editorconfig

This commit is contained in:
Daniel Poelzleithner 2022-03-11 07:12:39 +01:00
parent a410ddebb8
commit 2841ef8528
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
# 4 tab indentation
indent_style = tab
indent_size = 4
[*.nix]
indent_style = space
indent_size = 2