diff options
author | Maverun <maverun@protonmail.ch> | 2021-12-25 00:35:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-24 22:35:38 -0700 |
commit | d2f62b3164353b61904b28348fca8a7f3f41f202 (patch) | |
tree | 81b214e2b41da1128dc57b4a9a691e8960471b12 | |
parent | 70a68dc2c5da292124e1c85732cc9228b51adfeb (diff) | |
download | rneovim-d2f62b3164353b61904b28348fca8a7f3f41f202.tar.gz rneovim-d2f62b3164353b61904b28348fca8a7f3f41f202.tar.bz2 rneovim-d2f62b3164353b61904b28348fca8a7f3f41f202.zip |
chore(editorconfig): set max_line_length for .h and .in files (#16775)
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index dca06b7e6a..22fee54b22 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf insert_final_newline = true charset = utf-8 -[*.{c,lua}] +[*.{c,h,in,lua}] max_line_length = 100 [{Makefile,**/Makefile,runtime/doc/*.txt}] |