From 27c31b1442040888681b93401af1a20772b45751 Mon Sep 17 00:00:00 2001 From: BarbzYHOOL Date: Thu, 17 May 2018 15:29:33 +0200 Subject: [PATCH] .editorconfig - Unify coding style Taken from AC repository (idea from @Rochet2) --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..eb64e2f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +tab_width = 4 +insert_final_newline = true +trim_trailing_whitespace = true +max_line_length = 80