From 840bef8a2663a2beb45fad44d51ae351f2666e44 Mon Sep 17 00:00:00 2001 From: Pavel Korenev Date: Wed, 8 Jun 2022 11:28:36 +0300 Subject: [PATCH] add .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..53cec00 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[**/*.rb] +charset = utf-8 +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true