diff options
Diffstat (limited to 'plugins/editorconfig/tests/properties/tab_width_default.in')
-rw-r--r-- | plugins/editorconfig/tests/properties/tab_width_default.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/editorconfig/tests/properties/tab_width_default.in b/plugins/editorconfig/tests/properties/tab_width_default.in new file mode 100644 index 0000000..3084607 --- /dev/null +++ b/plugins/editorconfig/tests/properties/tab_width_default.in @@ -0,0 +1,9 @@ +root = true + +[test.c] +indent_style = space +indent_size = 4 + +[test2.c] +indent_style = tab +indent_size = tab |