dotfiles/.editorconfig
2023-11-24 00:56:38 +02:00

12 lines
164 B
INI

root = true
charset = utf-8
end_of_line = lf
[*.js]
indent_style = space
indent_size = 2
[*.nix]
indent_style = space
indent_size = 2
insert_final_newline = true