Skip to content

Commit 959ab34

Browse files
committed
docs: documented the make default config function
1 parent 2ca0ff5 commit 959ab34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/twmerge/default-config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ func getBreaks(groupId string) map[string]ClassPart {
4040
}
4141
}
4242

43+
// This is horrible code. I'm sorry. I wanted to get the package working without writing the code to generate the config. Now that it is working I plan to writing it.
4344
func MakeDefaultConfig() *TwMergeConfig {
4445
return &TwMergeConfig{
4546
ModifierSeparator: ':',

0 commit comments

Comments
 (0)