Add config for text files

This commit is contained in:
Anthony Rose 2025-03-17 08:23:14 +00:00
parent f30305fd95
commit 1c1f5e411a

View file

@ -14,6 +14,10 @@ indent_style = tab
[*.html]
indent_size = 2
[*.txt]
indent_size = 8
indent_style = tab
[*.xml]
indent_size = 2