diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2017-10-04 03:18:03 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-04 09:18:03 +0200 |
commit | b7fe15d8f9162888dd2ca944e61e1e12abe84815 (patch) | |
tree | 747251f20b9108c0440c7eab440bcb1903958ab3 | |
parent | 07a0685b48f298fb9dde395b39164c91ab314864 (diff) | |
download | rneovim-b7fe15d8f9162888dd2ca944e61e1e12abe84815.tar.gz rneovim-b7fe15d8f9162888dd2ca944e61e1e12abe84815.tar.bz2 rneovim-b7fe15d8f9162888dd2ca944e61e1e12abe84815.zip |
editorconfig: handle Vim help files (#7354)
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index b08a27f2a2..ac902ecec5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,10 @@ end_of_line = lf insert_final_newline = true charset = utf_8 +[runtime/doc/*.txt] +indent_style = tab +indent_size = 8 + [Makefile] indent_style = tab tab_width = 4 |