From a8e82ba99adf1a2a34b136388b088dcfe60d9593 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 26 Jan 2018 00:53:22 +0100 Subject: Prepare project structure --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8631b49 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +; http://editorconfig.org +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3