Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/tact/indents.scm')
| -rw-r--r-- | runtime/queries/tact/indents.scm | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/runtime/queries/tact/indents.scm b/runtime/queries/tact/indents.scm deleted file mode 100644 index 62c532b2..00000000 --- a/runtime/queries/tact/indents.scm +++ /dev/null @@ -1,38 +0,0 @@ -; indent -; ------ - -[ - ; (..., ...) - (parameter_list) - (argument_list) - - ; {..., ...} - (instance_argument_list) - - ; {...; ...} - (message_body) - (struct_body) - (contract_body) - (trait_body) - (function_body) - (block_statement) - - ; misc. - (binary_expression) - (return_statement) -] @indent - -; outdent -; ------- - -[ - "}" - ")" - ">" -] @outdent - -; indent.always -; outdent.always -; align -; extend -; extend.prevent-once
\ No newline at end of file |