diff options
Diffstat (limited to 'wsutil/.editorconfig')
-rw-r--r-- | wsutil/.editorconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wsutil/.editorconfig b/wsutil/.editorconfig index 78cac438..03257de7 100644 --- a/wsutil/.editorconfig +++ b/wsutil/.editorconfig @@ -97,8 +97,9 @@ indent_size = tab [type_util.[ch]] indent_size = 2 -[u3.[ch]] -indent_size = 2 +[version_info.[ch]] +indent_style = tab +indent_size = tab [ws_getopt.[ch]] indent_style = tab |