diff --git a/.editorconfig b/.editorconfig index 74201e6..bdc2a26 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ indent_size = 4 [{*.rb,Rakefile}] indent_style = space indent_size = 2 + +[*.snippets] +indent_style = tab +indent_size = 4