nixos-config/.editorconfig

11 lines
132 B
INI
Raw Normal View History

2023-10-09 04:00:34 +00:00
[*.{nix,yaml}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[*.{json,lua}]
indent_style = tab