🔧 Revise editorconfig globs

# Conflicts:
#	.editorconfig
This commit is contained in:
Ben Chatelain 2020-09-07 11:39:11 -06:00
parent 903b538f40
commit 716ef312b6

View file

@ -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