From a5733075d6085d6fe6673e4e6d8d0bbf94065756 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Fri, 15 Nov 2019 10:42:57 +0100 Subject: [PATCH] Added .editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..a34be49ba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*.js] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf + +[*.go] +indent_style = tab +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf