summaryrefslogtreecommitdiff
path: root/.config/shells/zsh/plugins/zsh-syntax-highlighting/.editorconfig
blob: cda541d5acab4ac733d7a51207b5cb507c905984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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