dotfiles/home/.editorconfig

27 lines
410 B
INI
Executable file

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 4
[*.py]
indent_style = tab
[*.{rs,rst,hs,swift}]
indent_style = space
[*.sql]
indent_style = space
indent_size = 8
[*.{bashrc,sh,zsh,zshrc,yuck,yaml,yml}]
indent_style = space
indent_size = 2
[*.{c,cpp,h,hpp,fs,vs,frag,vert}]
indent_style = tab
indent_size = 4