From e61525e19601de246a1e168238cf228cb5cebdcc Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Sun, 19 Jun 2016 00:04:48 +0200 Subject: [PATCH] PROJECT: added .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..95314fac --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +; Top-most EditorConfig file +root = true + +; Windows-style newlines +[*] +end_of_line = CRLF + +; Tab indentation +[*.{cpp,h}] +indent_style = space +tab_width = 4 \ No newline at end of file