From 716ef312b6cae04f481705c249b7a0a78845a3bf Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 7 Sep 2020 11:39:11 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Revise=20editorconfig=20globs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Conflicts: # .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 59ad464..cf084a8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ indent_size = 2 indent_size = 2 # Use 2 spaces for Ruby files -[{Podfile,Rakefile,*.{rb,podspec}}] +[{Podfile,Rakefile,script/*,*.{podspec,rb,yml}}] indent_size = 2 indent_style = space max_line_length = 80