Improve .editorconfig a little

This commit is contained in:
Oleg Kalachev
2019-02-14 04:52:25 +03:00
parent db218e248a
commit c2dafd73bb

View File

@@ -9,7 +9,7 @@ charset = utf-8
indent_style = space
indent_size = 4
[*.{cpp,h,js,html}]
[*.{cpp,h,js,html,txt}]
indent_style = tab
[*.txt]