Files
disconic/.editorconfig
Gabriel Fontes c8c2b86ea6 initial commit
2022-01-27 23:00:38 -03:00

16 lines
197 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.nix]
ident_style = space
ident_size = 2
[*.rs]
ident_style = space
ident_size = 4