mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 16:37:19 -04:00
Fix lint issues (#285)
* fix(lint): cascadeStyles always passed true * fix(lint): gomnd
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
)
|
||||
|
||||
const defaultListIndent = 2
|
||||
const defaultListLevelIndent = 4
|
||||
const defaultMargin = 2
|
||||
|
||||
var (
|
||||
@@ -31,7 +32,7 @@ var (
|
||||
StyleBlock: ansi.StyleBlock{
|
||||
StylePrimitive: ansi.StylePrimitive{},
|
||||
},
|
||||
LevelIndent: 4,
|
||||
LevelIndent: defaultListLevelIndent,
|
||||
},
|
||||
Heading: ansi.StyleBlock{
|
||||
StylePrimitive: ansi.StylePrimitive{
|
||||
|
||||
Reference in New Issue
Block a user