From d2f62b3164353b61904b28348fca8a7f3f41f202 Mon Sep 17 00:00:00 2001 From: Maverun Date: Sat, 25 Dec 2021 00:35:38 -0500 Subject: [PATCH] chore(editorconfig): set max_line_length for .h and .in files (#16775) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]