Modify .editorconfig file to add indentation definition for gemspec file

This commit is contained in:
OscarAkaElvis
2024-10-28 13:45:32 +01:00
parent dd7ba0f41d
commit 185ee0b4b6
+5
View File
@@ -7,6 +7,11 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
[*.gemspec]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.rb]
indent_style = space
indent_size = 2