doc: fix example config yaml identation (#1976)

This commit is contained in:
Oleg Butuzov 2021-05-13 06:10:42 +03:00 committed by GitHub
parent f0ba8174aa
commit 47baa2c1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,7 +227,7 @@ linters-settings:
underef: underef:
# whether to skip (*x).method() calls where x is a pointer receiver (default true) # whether to skip (*x).method() calls where x is a pointer receiver (default true)
skipRecvDeref: true skipRecvDeref: true
unnamedResult: unnamedResult:
# whether to check exported functions # whether to check exported functions
checkExported: true checkExported: true