From 0ed7f56237695b0e0554a0d944eadd11cef3b941 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 12 Oct 2020 22:24:26 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..be6bd50 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +insert_final_newline = true \ No newline at end of file