diff options
Diffstat (limited to 'runtime/queries/hcl/indents.toml')
-rw-r--r-- | runtime/queries/hcl/indents.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/runtime/queries/hcl/indents.toml b/runtime/queries/hcl/indents.toml deleted file mode 100644 index b0d4a3f0..00000000 --- a/runtime/queries/hcl/indents.toml +++ /dev/null @@ -1,13 +0,0 @@ -indent = [ - "object", - "block", - "tuple", - "for_tuple_expr", - "for_object_expr" -] - -outdent = [ - "object_end", - "block_end", - "tuple_end" -] |