mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix: added a missing trailing comma for one of the clangd.arguments switches
@@ -112,7 +112,7 @@ These are the recommended settings:
|
|||||||
"--background-index",
|
"--background-index",
|
||||||
"--completion-style=detailed",
|
"--completion-style=detailed",
|
||||||
"--header-insertion=iwyu",
|
"--header-insertion=iwyu",
|
||||||
"--suggest-missing-includes"
|
"--suggest-missing-includes",
|
||||||
"--clang-tidy",
|
"--clang-tidy",
|
||||||
// select which clang-tidy checks should be enabled
|
// select which clang-tidy checks should be enabled
|
||||||
"--clang-tidy-checks=boost-*,bugprone-*,cert-*,cppcoreguidelines-*,clang-analyzer-*,misc-*,modernize-*,performance-*,portability-*,readability-*,-readability-braces-around-statements",
|
"--clang-tidy-checks=boost-*,bugprone-*,cert-*,cppcoreguidelines-*,clang-analyzer-*,misc-*,modernize-*,performance-*,portability-*,readability-*,-readability-braces-around-statements",
|
||||||
|
|||||||
Reference in New Issue
Block a user