From f187d7ec2d77b2da2b20f939f867845193c72482 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 23 Aug 2021 13:53:45 -0700 Subject: [PATCH] ignore vendor files in editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d102bc5ad..b71284195 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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