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

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