feat(editorconfig): add an editorconfig
This commit is contained in:
parent
b9b0d018b8
commit
05bc137e03
6 changed files with 838 additions and 119 deletions
15
.editorconfig
Normal file
15
.editorconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
[*.nix]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.scss]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.css]
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Add table
Add a link
Reference in a new issue