aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/tests/properties/indent_size_default.in
blob: 809fc3f70252ee1f8313614b096681cba8637415 (plain)
1
2
3
4
5
6
7
8
9
10
11
root = true

[test.c]
indent_style = tab

[test2.c]
indent_style = space

[test3.c]
indent_style = tab
tab_width = 2