generated: Updated efmls-configs.nix

This commit is contained in:
github-actions[bot] 2024-09-15 12:32:49 +00:00 committed by Austin Horstman
parent 9a32aeccfc
commit f0bd18b420
No known key found for this signature in database

View file

@ -81,6 +81,7 @@
linter = { linter = {
lang = "c"; lang = "c";
possible = [ possible = [
"clang_format"
"clang_tidy" "clang_tidy"
"cppcheck" "cppcheck"
"cpplint" "cpplint"
@ -135,6 +136,7 @@
linter = { linter = {
lang = "c++"; lang = "c++";
possible = [ possible = [
"clang_format"
"clang_tidy" "clang_tidy"
"clazy" "clazy"
"cppcheck" "cppcheck"