nixos-config/.editorconfig

11 lines
126 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-07-29 07:01:12 +00:00
[*.{py,sh}]
2023-10-09 04:00:34 +00:00
indent_style = space
indent_size = 4