diff --git a/.editorconfig b/.editorconfig index f51174b..8297856 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.gitattributes b/.gitattributes index 1a7bed2..bded128 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -src/contrib/* linguist-vendored +vendor/* linguist-vendored