rust/src/librustdoc
kennytm c717a70a36
Rollup merge of #50947 - QuietMisdreavus:nice-tabs, r=GuillaumeGomez
rustdoc: set tab width in rust source blocks

cc https://github.com/rust-lang/rust/issues/49155 (fixes it?)

This sets the tab width ([in supported browsers](https://developer.mozilla.org/en-US/docs/Web/CSS/tab-size)) in Rust source blocks to 4 spaces wide (instead of the default 8), to correspond with the style guidelines.
2018-05-23 00:26:19 +08:00
..
2018-05-13 01:28:20 +02:00
2018-05-12 19:15:06 +02:00
2018-05-17 15:08:30 +03:00
2018-05-01 15:58:42 +03:00
2018-01-22 15:24:27 +05:30

For more information about how librustdoc works, see the rustc guide.