mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔧 Revise editorconfig globs
# Conflicts: # .editorconfig
This commit is contained in:
parent
903b538f40
commit
716ef312b6
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ indent_size = 2
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
# Use 2 spaces for Ruby files
|
# Use 2 spaces for Ruby files
|
||||||
[{Podfile,Rakefile,*.{rb,podspec}}]
|
[{Podfile,Rakefile,script/*,*.{podspec,rb,yml}}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
|
|
Loading…
Reference in a new issue