From ce5c0330fd17a9193394c7172b7898ee92ea993c Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Fri, 17 Mar 2017 13:32:37 +0100 Subject: [PATCH] Initial commit. --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..541fc2d2be --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# Configurations to normalize the IDE behavior. +# http://editorconfig.org/ + +root = true + +[*] +indent_style = tab +tab_width = 4 +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true