diff options
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 22fee54b22..5a5fba37ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,9 @@ charset = utf-8 [*.{c,h,in,lua}] max_line_length = 100 +[*.{vim,po}] +charset = unset + [{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8 |