nixos/.editorconfig

18 lines
204 B
INI
Raw Normal View History

2023-12-04 09:09:59 +01:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
2023-11-26 09:21:18 +01:00
[*.sh]
indent_style = space
indent_size = 4
[.envrc]
indent_style = space
indent_size = 4
2023-12-04 09:09:59 +01:00
[scripts/*]
indent_style = space
indent_size = 4