From a7ca93005884ad2e0cb4062d271fdb3c644105c9 Mon Sep 17 00:00:00 2001 From: foo-dogsquared Date: Mon, 30 Sep 2019 09:27:18 +0800 Subject: [PATCH] Create an EditorConfig file for snippets --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..c7a90df --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.snippets] +indent_size = 2 +indent_style = space