Skip to content

Commit c37660d

Browse files
author
Denis Krivak
committed
Fix readme.
1 parent eb423f6 commit c37660d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,16 @@ or download binary from [releases page](https://github.com/tetafro/godot/release
2828

2929
## Config
3030

31-
You can specify options using config file. If no config provided the following
31+
You can specify options using config file. Use default name `.godot.yaml`, or
32+
set it using `-c filename.yaml` argument. If no config provided the following
3233
defaults are used:
3334

3435
```yaml
3536
# Which comments to check:
3637
# declarations - for top level declaration comments (default);
3738
# toplevel - for top level comments;
3839
# all - for all comments.
39-
scope: toplevel
40+
scope: declarations
4041

4142
# List pf regexps for excluding particular comment lines from check.
4243
exclude:

0 commit comments

Comments
 (0)