Skip to content

Commit ac38345

Browse files
rustdoc: set tab width in rust source blocks
1 parent 90463a6 commit ac38345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,8 @@ span.since {
10101010

10111011
pre.rust {
10121012
position: relative;
1013+
tab-width: 4;
1014+
-moz-tab-width: 4;
10131015
}
10141016

10151017
.search-failed {

0 commit comments

Comments
 (0)