Update .editorconfig

This commit is contained in:
Jérôme Leclercq 2018-01-05 10:56:38 +01:00 committed by GitHub
parent 1d32557856
commit 34b8027764
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ insert_final_newline = true
trim_trailing_whitespace = true
[*.{hpp,inl,cpp,lua}]
indent_size = 4
indent_style = tab
[*.html]