diff --git a/home/private_dot_config/zsh/dot_editorconfig b/home/private_dot_config/zsh/dot_editorconfig deleted file mode 100644 index 4f7df9b..0000000 --- a/home/private_dot_config/zsh/dot_editorconfig +++ /dev/null @@ -1,33 +0,0 @@ -# -# .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