mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
chore(editorconfig): set max_line_length for .h and .in files (#16775)
This commit is contained in:
@ -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}]
|
||||
|
Reference in New Issue
Block a user