config-lsp/server/handlers/gitconfig/ast/gitconfig_fields.go
2024-10-12 15:24:54 +02:00

7 lines
115 B
Go

package ast
func (c *GitConfig) Clear() {
c.Sections = []*GitSection{}
c.CommentLines = map[uint32]struct{}{}
}