From e7c222c0e840b34eb56566da453d7a12a257c61f Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Tue, 17 Jan 2017 19:13:41 +0200 Subject: add editorconfig, fix original identation --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3dbf828 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + -- cgit v1.2.3