chore(editorconfig): set max_line_length for .h and .in files (#16775)

This commit is contained in:
Maverun 2021-12-25 00:35:38 -05:00 committed by GitHub
parent 70a68dc2c5
commit d2f62b3164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}]