From 13e64c2528fcecb815de0431bbba5644e7402161 Mon Sep 17 00:00:00 2001 From: Piotr Murach Date: Mon, 23 Aug 2021 22:21:55 +0200 Subject: [PATCH] Add editor configuration --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..2bb2923 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.rb] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true