alqueva/.editorconfig

16 lines
183 B
INI
Raw Normal View History

[*.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