indents(c): Refactor indent queries

This commit is contained in:
Pham Huy Hoang 2023-01-10 14:04:27 +09:00 committed by Stephan Seitz
parent 5ac2c92060
commit 2f5deed456
6 changed files with 179 additions and 15 deletions

View file

@ -10,3 +10,4 @@ int foo(int x) {
for (int i = 0; i < 3; ++i)
x--;
}