1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-14 10:04:19 +02:00

Automatically format YAML, CSS, and JS files (#1272)

Initially, I also formatted the templates in `theme/`, but this triggers
https://github.com/prettier/prettier/issues/11834. So I exclude them for
now.

---------

Co-authored-by: Ming-Ying Chung <mych@chromium.org>
This commit is contained in:
Martin Geisler
2023-10-02 07:48:00 +02:00
committed by GitHub
parent 4e768e2e36
commit 42541fc401
5 changed files with 52 additions and 47 deletions

View File

@ -3,7 +3,7 @@
right: 10px;
}
[dir=rtl] #language-list {
[dir="rtl"] #language-list {
left: 10px;
right: auto;
}