Skip to content

Commit 6e4ec64

Browse files
author
Denis Krivak
authored
Merge pull request #18 from jeffwidman/patch-1
Change default scope to DeclScope.
2 parents 5996335 + c42c547 commit 6e4ec64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/godot/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var version = "master"
2020
const defaultConfigFile = "config.yaml"
2121

2222
var defaultSettings = godot.Settings{
23-
Scope: godot.TopLevelScope,
23+
Scope: godot.DeclScope,
2424
Period: true,
2525
Capital: false,
2626
}

0 commit comments

Comments
 (0)