dotfiles/home/private_dot_config/zsh/dot_editorconfig

34 lines
450 B
Text

#
# .editorconfig
#
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.md]
indent_style = space
trim_trailing_whitespace = false
[*.zsh]
indent_style = space
indent_size = 2
[.{zsh*,zlog*,zprofile}]
indent_style = space
indent_size = 2
[**/functions/*]
indent_style = space
indent_size = 2
[**/completions/_*]
indent_style = space
indent_size = 2