diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index c420a82..bd627cd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,5 +9,9 @@ end_of_line = lf [*.{s,S}] indent_style = space +[*.rb] +indent_size = 2 +indent_style = space + [Makefile] indent_style = tab |
