nixos-config/.editorconfig

11 lines
121 B
INI
Raw Normal View History

2024-11-26 09:41:13 +00:00
[*]
indent_style = tab
[*.{nix,yaml}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4