mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
editorconfig: css uses tabs
This commit is contained in:
@@ -12,6 +12,9 @@ trim_trailing_whitespace = true
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.css]
|
||||||
|
indent_style = tab
|
||||||
|
|
||||||
# some tests need trailing whitespace in output snapshots
|
# some tests need trailing whitespace in output snapshots
|
||||||
[tests/**]
|
[tests/**]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|||||||
Reference in New Issue
Block a user