mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Let style define the indentation token
This commit is contained in:
+3
-2
@@ -31,8 +31,9 @@ type StyleTask struct {
|
||||
|
||||
type StyleBlock struct {
|
||||
StylePrimitive
|
||||
Indent *uint `json:"indent"`
|
||||
Margin *uint `json:"margin"`
|
||||
Indent *uint `json:"indent"`
|
||||
IndentToken *string `json:"indent_token"`
|
||||
Margin *uint `json:"margin"`
|
||||
}
|
||||
|
||||
type StyleCodeBlock struct {
|
||||
|
||||
Reference in New Issue
Block a user