1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-11-23 22:24:39 +02:00

Add HTML formatter option for setting the tab width.

This commit is contained in:
Alec Thomas
2017-09-19 13:14:29 +10:00
parent 631fc87d6e
commit 87183b3633
5 changed files with 20 additions and 10 deletions

View File

@@ -55,9 +55,6 @@ type Config struct {
// If given and greater than 0, expand tabs in the input.
// TabSize int
// Whether to track how long rules take to process.
TimeRules bool
}
// Token output to formatter.