diff options
Diffstat (limited to 'tree-sitter-yts/.editorconfig')
-rw-r--r-- | tree-sitter-yts/.editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tree-sitter-yts/.editorconfig b/tree-sitter-yts/.editorconfig new file mode 100644 index 0000000..a29f1a6 --- /dev/null +++ b/tree-sitter-yts/.editorconfig @@ -0,0 +1,14 @@ +# for testing purposes, the corpus may have trailing whitespace +# and may have mixed EOL. +# Still want a final newline though, as that makes no semantic difference. +[corpus/*] +trim_trailing_whitespace = false +end_of_line = unset + +[**.{js,json,cc,css}] +indent_style = space +indent_size = 2 + +# tree-sitter generate emits json with no trailing newline +[src/node-types.json] +insert_final_newline = false |