aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/tests/properties/tab_width_default.in
blob: 3084607b7f8e5170fe2a22c3b543ae3fc3006af6 (plain)
1
2
3
4
5
6
7
8
9
root = true

[test.c]
indent_style = space
indent_size = 4

[test2.c]
indent_style = tab
indent_size = tab