mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
update editorconfig
This commit is contained in:
parent
1a8115dd29
commit
c9af9f0521
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
[*.{nix,yaml}]
|
[*.{nix,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
[*.py]
|
[*.{py,sh}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{json,lua}]
|
|
||||||
indent_style = tab
|
|
||||||
|
|
Loading…
Reference in a new issue