dotfiles/dot_oh-my-zsh/custom/plugins/zsh-syntax-highlighting/dot_editorconfig

16 lines
181 B
Text
Raw Normal View History

2020-11-19 03:25:24 +00:00
# Top-most editorconfig file
root = true
[*]
end_of_line = lf
tab_width = 2
indent_size = 2
indent_style = space
[Makefile]
tab_width = 8
indent_size = 8
indent_style = tab