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