remove old editor config file
This commit is contained in:
parent
45a325348a
commit
28662cef75
1 changed files with 0 additions and 33 deletions
|
@ -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
|
|
Loading…
Reference in a new issue