From a26fa159e63c5d9e14f95bc6318bbeed49ef8a88 Mon Sep 17 00:00:00 2001 From: Lyrkan Date: Thu, 20 Jul 2017 20:06:21 +0200 Subject: [PATCH] Add EditorConfig file --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..98295bdd --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +; top-most EditorConfig file +root = true + +; Unix-style newlines +[*] +end_of_line = LF + +[*.js] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file