From 1dff3e2a715b12522bb94ae44b1c32db3bc523f2 Mon Sep 17 00:00:00 2001 From: redcode Date: Sat, 10 Nov 2018 20:36:32 +0100 Subject: [PATCH] .editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..af0a0c1 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 8 +indent_style = tab +trim_trailing_whitespace = true