set up editorconfig for .nix files

This commit is contained in:
Wolfgang Thaller 2021-11-23 22:45:54 +01:00
parent 76b6e67f4e
commit 08a619181e
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ indent_style = space
tab_width = 4
charset = utf-8
[*.nix]
tab_width = 2
[InterfacesAndLibraries/**/*]
indent_style = tab