summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/readability-misleading-indentation.json
blob: 9ef6d30c4567377b61cae93cd9a7771a2e61b4ed (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "different indentation for 'if' and corresponding 'else'",
    "readability-misleading-indentation"
  ],
  { "reliability": "high" }
]