From fc9a70a5a1e61e510525e09cf4f89d27fd1de8e7 Mon Sep 17 00:00:00 2001 From: Konstantin Gorodinskii Date: Thu, 2 Apr 2020 21:18:16 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e121726 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = tab +indent_size = 4