mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/optparse] Add EditorConfig file
More info here: https://editorconfig.org/ For example, `ruby/ruby` has it:05ebaee/.editorconfigAlso fix some offenses.29402e7e0e
This commit is contained in:
parent
908785ef6d
commit
2afbe7113a
3 changed files with 3 additions and 4 deletions
|
|
@ -17,5 +17,5 @@ _rb_optparse() {
|
|||
}
|
||||
|
||||
rb_optparse () {
|
||||
[ $# = 0 ] || complete -o default -F _rb_optparse "$@"
|
||||
[ $# = 0 ] || complete -o default -F _rb_optparse "$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue