From 185ee0b4b67d68741bb4eb00623d9b21cd0be5db Mon Sep 17 00:00:00 2001 From: OscarAkaElvis Date: Mon, 28 Oct 2024 13:45:32 +0100 Subject: [PATCH] Modify .editorconfig file to add indentation definition for gemspec file --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4ee89a3..df9fbcb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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