File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
cli/src/generate/templates Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ root = true
22
33[* ]
44charset = utf-8
5- end_of_line = lf
6- insert_final_newline = true
7- trim_trailing_whitespace = true
85
96[* .{json,toml,yml,gyp} ]
107indent_style = space
@@ -14,11 +11,11 @@ indent_size = 2
1411indent_style = space
1512indent_size = 2
1613
17- [* .rs ]
14+ [* .{c,cc,h} ]
1815indent_style = space
1916indent_size = 4
2017
21- [* .{c,cc,h} ]
18+ [* .rs ]
2219indent_style = space
2320indent_size = 4
2421
@@ -37,3 +34,6 @@ indent_size = 8
3734[Makefile ]
3835indent_style = tab
3936indent_size = 8
37+
38+ [parser.c ]
39+ indent_size = 2
Original file line number Diff line number Diff line change 1- * text eol=lf
1+ * text=auto eol=lf
22
33src/*.json linguist-generated
44src/parser.c linguist-generated
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ extern "C" TSLanguage *tree_sitter_PARSER_NAME();
66
77// "tree-sitter", "language" hashed with BLAKE2
88const napi_type_tag LANGUAGE_TYPE_TAG = {
9- 0x8AF2E5212AD58ABF , 0xD5006CAD83ABBA16
9+ 0x8AF2E5212AD58ABF , 0xD5006CAD83ABBA16
1010};
1111
1212Napi::Object Init (Napi::Env env, Napi::Object exports) {
You can’t perform that action at this time.
0 commit comments