From b99cab58f7b392b2405f9594b62a390628c6563b Mon Sep 17 00:00:00 2001 From: CakeLancelot Date: Mon, 26 Apr 2021 16:57:45 -0500 Subject: [PATCH] Update vendor directory in .gitattributes and .editorconfig --- .editorconfig | 4 ++-- .gitattributes | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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