nixos-config/.editorconfig

11 lines
121 B
INI
Raw Normal View History

2024-07-29 07:01:12 +00:00
[*]
indent_style = tab
2023-10-09 04:00:34 +00:00
[*.{nix,yaml}]
indent_style = space
indent_size = 2
2024-09-10 04:31:45 +00:00
[*.py]
2023-10-09 04:00:34 +00:00
indent_style = space
indent_size = 4