Create .editorconfig

This commit is contained in:
Stefan A. Brannfjell
2019-11-11 22:23:59 +01:00
committed by GitHub
parent 44ac05e5ee
commit fef807bf28

5
.editorconfig Normal file
View File

@@ -0,0 +1,5 @@
root = true
[*.{php,css,html,xml,lua,js}]
indent_style = tab
indent_size = 4