mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
re-add .editorconfig
This commit is contained in:
parent
ee74f0df9d
commit
a20adb6817
1 changed files with 10 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal file
|
@ -0,0 +1,10 @@
|
|||
[*]
|
||||
indent_style = tab
|
||||
|
||||
[*.{nix,yaml}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Reference in a new issue