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 beebf94cce..49cc692091 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,6 +11,10 @@ trim_trailing_whitespace = true [*.bat] end_of_line = crlf +[*.gemspec] +indent_size = 2 +indent_style = space + [*.rb] indent_size = 2 indent_style = space |