Add Codeql indents.scm

This commit is contained in:
Alvaro Muñoz 2021-04-23 14:39:04 +02:00 committed by Kiyan
parent ac05d4db50
commit 3472947027
2 changed files with 28 additions and 5 deletions

22
queries/ql/indents.scm Normal file
View file

@ -0,0 +1,22 @@
[
(dataclass)
(charpred)
(memberPredicate)
(quantified)
] @indent
[
(variable)
"("
")"
"{"
"}"
"["
"]"
] @branch
[
(block_comment)
(line_comment)
(qldoc)
] @ignore