note about comment formatting
This commit is contained in:
parent
d3ee270a23
commit
55f41da721
@ -30,6 +30,7 @@ formatter
|
|||||||
pretty
|
pretty
|
||||||
notes in formatting
|
notes in formatting
|
||||||
format: test back and forth equivalence of char classes
|
format: test back and forth equivalence of char classes
|
||||||
|
format: test comments, first apply comments in the syntax
|
||||||
|
|
||||||
[problems]
|
[problems]
|
||||||
can the root be an alias? check the commit mechanism
|
can the root be an alias? check the commit mechanism
|
||||||
|
@ -24,6 +24,7 @@ type formatFlags int
|
|||||||
const (
|
const (
|
||||||
formatNone formatFlags = 0
|
formatNone formatFlags = 0
|
||||||
formatPretty formatFlags = 1 << iota
|
formatPretty formatFlags = 1 << iota
|
||||||
|
formatIncludeComments
|
||||||
)
|
)
|
||||||
|
|
||||||
// if min=0&&max=0, it means min=1,max=1
|
// if min=0&&max=0, it means min=1,max=1
|
||||||
|
Loading…
Reference in New Issue
Block a user