Removed Ruby support

[#179247162]
This commit is contained in:
Steve Gravrock
2021-08-30 18:53:13 -07:00
parent a63b0b0368
commit 37b9f8e420
10 changed files with 6 additions and 172 deletions

View File

@@ -3,14 +3,6 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.{js, json, sh, yml, gemspec}]
[*.{js, json, sh, yml}]
indent_style = space
indent_size = 2
[{Rakefile, .jshintrc}]
indent_style = space
indent_size = 2
[*.{py}]
indent_style = space
indent_size = 4