feat(aa): rewrite rules formatting.

This commit is contained in:
Alexandre Pujol 2024-06-19 23:30:36 +01:00
parent e91b0cc070
commit 944f9575a0
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
4 changed files with 111 additions and 27 deletions

View file

@ -15,6 +15,7 @@ type RuleBase struct {
FileInherit bool
Prefix string
Padding string
Suffix string
Optional bool
}