Set recommended tab width for .txt files

This commit is contained in:
Oleg Kalachev
2019-02-12 01:14:15 +03:00
parent 9cf6524ad6
commit 6898837c22

View File

@@ -11,3 +11,6 @@ indent_size = 4
[*.{cpp,h,js,html}]
indent_style = tab
[*.txt]
tab_width = 8