From 23a991549583733d20e0c818da398f3882ed04d2 Mon Sep 17 00:00:00 2001 From: SeerLite Date: Sun, 10 Oct 2021 12:09:32 -0300 Subject: [PATCH] Add .editorconfig (#1976) EditorConfig is a configuration file to standardize file format settings across editors. See https://editorconfig.org/ for more information. --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c204dfec9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{html,js,css,scss,json,yml,yaml}] +indent_size = 2 +indent_style = space