Use a better name

This commit is contained in:
Kirill Bulatov 2023-11-15 19:09:58 +02:00
parent 5f468970f0
commit 30fefa0ef8
4 changed files with 19 additions and 19 deletions

View file

@ -269,7 +269,7 @@
"include_warnings": true
},
// TODO kb docs
"scan_exclude_files": [
"file_scan_exclusions": [
"**/.git",
"**/.svn",
"**/.hg",
@ -277,8 +277,7 @@
"**/.DS_Store",
"**/Thumbs.db",
"**/.classpath",
"**/.settings",
"**/target"
"**/.settings"
],
// Git gutter behavior configuration.
"git": {