nixos-config/.editorconfig
2024-07-29 03:01:12 -04:00

10 lines
126 B
INI

[*]
indent_style = tab
[*.{nix,yaml}]
indent_style = space
indent_size = 2
[*.{py,sh}]
indent_style = space
indent_size = 4