From 676cc2b5619ecd517df42b07dbc2c22449a47179 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 4 Nov 2024 20:45:29 +0100 Subject: refactor(tree-sitter-yts): Move in tree --- tree-sitter-yts/.editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tree-sitter-yts/.editorconfig (limited to 'tree-sitter-yts/.editorconfig') 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 -- cgit 1.4.1