CompileFlags:
  CompilationDatabase: build/x86_64-linux-gnu-release
  Add:
    - -Wall
    - -Wextra
    - -Wpedantic
Documentation:
  CommentFormat: Markdown
---
If:
  PathMatch: (include/cpkt/lua_runtime\.h|examples/lua-runtime-c89/main\.c|scripts/package-install-smoke\.sh)
CompileFlags:
  Remove:
    - -std=*
  Add:
    - -std=c89
---
If:
  PathMatch: (dist|build|\\.cache)/.*
Index:
  Background: Skip
