Revert "refactor: Format book.toml with consistent indentation"

This reverts commit 01382c8e0a.
pull/950/head
icarus 2 days ago
parent f203545806
commit d24df23788
No known key found for this signature in database
GPG Key ID: D4AF089AAEC25D18

@ -1,13 +1,18 @@
[book]
title = "Rust 程序设计语言 简体中文版"
authors = ["Steve Klabnik", "Carol Nichols", "Chris Krycho", "来自 Rust 社区的贡献Rust 中文社区翻译)"]
authors = [
"Steve Klabnik",
"Carol Nichols",
"Chris Krycho",
"来自 Rust 社区的贡献Rust 中文社区翻译)",
]
[output.html]
additional-css = [
"ferris.css",
"theme/2018-edition.css",
"theme/semantic-notes.css",
"theme/listing.css",
"ferris.css",
"theme/2018-edition.css",
"theme/semantic-notes.css",
"theme/listing.css",
]
additional-js = ["ferris.js"]
git-repository-url = "https://github.com/KaiserY/trpl-zh-cn/tree/main"
@ -20,7 +25,6 @@ custom-template = "custom-template.typ"
pdf = true
section-number = true
rust-book = true
optional = true
[rust]
edition = "2024"

Loading…
Cancel
Save