mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
editorconfig: css uses tabs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user