From 391e9d6b855568a551d9192f33d8ea4cc88a0056 Mon Sep 17 00:00:00 2001 From: Pavle Portic Date: Thu, 26 Dec 2019 20:52:33 +0100 Subject: [PATCH] Add editorconfig --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..4f6216f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2 +