dotfiles/home/editorconfig

24 lines
321 B
Text
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}]
indent_style = space
[*.sql]
indent_style = space
indent_size = 8
[*.{bashrc,sh,zsh,zshrc}]
indent_style = space
indent_size = 2