Update vendor directory in .gitattributes and .editorconfig

This commit is contained in:
CakeLancelot 2021-04-26 16:57:45 -05:00
parent 21e283bedb
commit b99cab58f7
2 changed files with 3 additions and 3 deletions

View File

@ -15,8 +15,8 @@ indent_size = 4
[Makefile]
indent_style = tab
# Don't enforce anything in contrib
[/src/contrib/**]
# Don't enforce anything in vendored code
[/vendor/**]
end_of_line = unset
insert_final_newline = unset
indent_style = unset

2
.gitattributes vendored
View File

@ -1 +1 @@
src/contrib/* linguist-vendored
vendor/* linguist-vendored