mirror of
https://github.com/helix-editor/helix
synced 2026-03-27 15:31:58 +01:00
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 |