Skip to content

Commit

Permalink
Merge pull request #18 from jeffwidman/patch-1
Browse files Browse the repository at this point in the history
Change default scope to DeclScope.
  • Loading branch information
Denis Krivak committed Apr 9, 2021
2 parents 5996335 + c42c547 commit 6e4ec64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/godot/main.go
Expand Up @@ -20,7 +20,7 @@ var version = "master"
const defaultConfigFile = "config.yaml"

var defaultSettings = godot.Settings{
Scope: godot.TopLevelScope,
Scope: godot.DeclScope,
Period: true,
Capital: false,
}
Expand Down

0 comments on commit 6e4ec64

Please sign in to comment.