mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
chore(editorconfig): set max_line_length for .h and .in files (#16775)
This commit is contained in:
parent
70a68dc2c5
commit
d2f62b3164
@ -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}]
|
||||
|
Loading…
Reference in New Issue
Block a user