aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c/indents.scm
blob: fbe36b8f6bb1478ea92fd47ec5cbc207c8f5f87c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[
  (init_declarator)
  (compound_statement)
  (preproc_arg)
  (field_declaration_list)
  (case_statement)
] @indent


[
  "#define"
  "#ifdef"
  "#endif"
  "{"
  "}"
] @branch

[
  (comment)
  (preproc_function_def)
] @ignore