editorconfig: css uses tabs

This commit is contained in:
binarycat
2026-03-11 18:07:27 -05:00
parent 3b1b0ef4d8
commit db26b5b8e0
+3
View File
@@ -12,6 +12,9 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.css]
indent_style = tab
# some tests need trailing whitespace in output snapshots
[tests/**]
trim_trailing_whitespace = false