style: improve formatting and alignment in config.toml

- Adjusted alignment and whitespace for better readability
- Maintained consistency between configuration items
This commit is contained in:
younsl 2024-11-18 22:46:07 +09:00
parent a0684e5add
commit f4b19aef86

View File

@ -9,6 +9,7 @@
[markup.goldmark.parser.attribute] [markup.goldmark.parser.attribute]
block = true block = true
title = true title = true
[markup.highlight] [markup.highlight]
anchorLineNos = false anchorLineNos = false
codeFences = true codeFences = true
@ -23,6 +24,7 @@
noHl = false noHl = false
style = 'rrt' style = 'rrt'
tabWidth = 4 tabWidth = 4
[markup.tableOfContents] [markup.tableOfContents]
startLevel = 2 startLevel = 2
endLevel = 3 endLevel = 3