Put back the Linux runner and .clangd formatting

Swept into the previous commit by a git add -A while a formatter had run over
them in the background. Unrelated to that commit's subject, and the C++ change
flipped pointer style away from what the Flutter template ships, so it would
come back on every regenerate and churn again.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Suriya
2026-08-06 17:11:10 +05:30
parent 7b6cd598f0
commit cb065a0f69
2 changed files with 22 additions and 22 deletions

View File

@@ -20,8 +20,8 @@
# If you do want real analysis of this directory, do it on Linux with the GTK # If you do want real analysis of this directory, do it on Linux with the GTK
# headers present and a compile_commands.json — not by editing the runner. # headers present and a compile_commands.json — not by editing the runner.
If: If:
PathMatch: [.*linux/.*, linux/.*] PathMatch: linux/.*
Diagnostics: Diagnostics:
Suppress: ["*"] Suppress: '*'
UnusedIncludes: None UnusedIncludes: None