From fef807bf287a415e3d6ca7d14d1d1ddae4912efa Mon Sep 17 00:00:00 2001 From: "Stefan A. Brannfjell" Date: Mon, 11 Nov 2019 22:23:59 +0100 Subject: [PATCH] Create .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1d69c58 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.{php,css,html,xml,lua,js}] +indent_style = tab +indent_size = 4