zsh-syntax-highlighting/.editorconfig

16 lines
181 B
INI
Raw Normal View History

# Top-most editorconfig file
root = true
[*]
end_of_line = lf
tab_width = 2
indent_size = 2
indent_style = space
2020-03-15 19:10:03 +01:00
[Makefile]
tab_width = 8
2020-04-12 04:59:39 +02:00
indent_size = 8
2020-03-15 19:10:03 +01:00
indent_style = tab