feat(format): extra newline after modeline

This commit is contained in:
Phạm Huy Hoàng 2024-02-19 00:00:07 +09:00 committed by 再生花
parent 84daea50b1
commit 62b0bb4f24
54 changed files with 69 additions and 1 deletions

View file

@ -1,4 +1,5 @@
; inherits: c
[
(foreach_statement)
(foreach_instance_statement)

View file

@ -1,4 +1,5 @@
; inherits: c
[
"soa"
"task"

View file

@ -1,4 +1,5 @@
; inherits: c
((foreach_statement
body: (_) @_body) @indent.begin
(#not-has-type? @_body compound_statement))

View file

@ -1,4 +1,5 @@
; inherits: c
(reference_declarator
(identifier) @local.definition.var)