diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 20:45:29 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-04 20:45:29 +0100 |
commit | 676cc2b5619ecd517df42b07dbc2c22449a47179 (patch) | |
tree | 622546b5b6df3cc05171a1b016365ffd612abcd6 /tree-sitter-yts/.editorconfig | |
parent | style(yt/main): Use consistent use qualifications (diff) | |
download | yt-676cc2b5619ecd517df42b07dbc2c22449a47179.tar.gz yt-676cc2b5619ecd517df42b07dbc2c22449a47179.zip |
refactor(tree-sitter-yts): Move in tree
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 |