mirror of
https://github.com/helix-editor/helix
synced 2026-05-05 05:42:27 +02:00
045ee0af72
Co-authored-by: Kristoffer Plagborg Bak Sørensen <57013304+kpbaks@users.noreply.github.com>
9 lines
121 B
Scheme
9 lines
121 B
Scheme
; Indentation for PTX
|
|
[
|
|
(func_body)
|
|
(entry_declaration)
|
|
] @indent
|
|
; Do not indent on closing brace
|
|
[
|
|
"}"
|
|
] @outdent |