1
0
Fork 0
dotfiles-public/editorconfig

18 lines
217 B
Plaintext

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.mustache]
indent_size = 2
[{Makefile,**.mk,rules}]
indent_style = tab
tab_size = 4
[*.tx,*.tsx]
indent_size = 2