remove old editor config file

This commit is contained in:
Daylin Morgan 2023-09-08 10:35:01 -05:00
parent 45a325348a
commit 28662cef75
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -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