mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue