mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Add ruby settings to editor config
This commit is contained in:
parent
fedc22e9bb
commit
af671fb406
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ indent_size = 4
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[*.rb]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue