ignore vendor files in editorconfig

This commit is contained in:
Mouse Reeve 2021-08-23 13:53:45 -07:00
parent a30094c822
commit f187d7ec2d

View file

@ -32,7 +32,7 @@ indent_size = 2
max_line_length = off
# Computer generated files
[{package.json,*.lock,*.mo}]
[{vendor/*,package.json,*.lock,*.mo}]
indent_size = unset
indent_style = unset
max_line_length = unset