From b7e6ed4e84d3e9d1cf76a1fb066d205962283753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 10 Dec 2018 13:55:57 +0100 Subject: [PATCH] Added .editorconfig. https://editorconfig.org/ --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..77198de17 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +indent_style = space +indent_size = 4 + +[*.{css,html}] +indent_style = space +indent_size = 2