note about comment formatting

This commit is contained in:
Arpad Ryszka 2017-12-29 21:33:03 +01:00
parent d3ee270a23
commit 55f41da721
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ formatter
pretty
notes in formatting
format: test back and forth equivalence of char classes
format: test comments, first apply comments in the syntax
[problems]
can the root be an alias? check the commit mechanism

View File

@ -24,6 +24,7 @@ type formatFlags int
const (
formatNone formatFlags = 0
formatPretty formatFlags = 1 << iota
formatIncludeComments
)
// if min=0&&max=0, it means min=1,max=1