File tree Expand file tree Collapse file tree 4 files changed +40
-24
lines changed Expand file tree Collapse file tree 4 files changed +40
-24
lines changed Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ end_of_line = lf
6+ indent_size = 2
7+ indent_style = space
8+ insert_final_newline = true
9+ trim_trailing_whitespace = true
10+ max_line_length = off
11+
12+ [* .{cc,h} ]
13+ max_line_length = 120
14+
15+ [* .js ]
16+ max_line_length = 120
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "checkJs" : true ,
4- "allowJs" : true ,
5- "noEmit" : true ,
6- "strict" : true ,
7- "strictNullChecks" : false ,
8- "noImplicitAny" : false ,
9- "lib" : [
10- " es2020"
11- ]
12- },
13- "include" : [
14- " ./ test/*.js"
15- ],
16- "exclude" : [
17- " node_modules"
18- ]
2+ "compilerOptions" : {
3+ "checkJs" : true ,
4+ "allowJs" : true ,
5+ "noEmit" : true ,
6+ "strict" : true ,
7+ "strictNullChecks" : false ,
8+ "noImplicitAny" : false ,
9+ "lib" : [
10+ " es2020"
11+ ]
12+ },
13+ "include" : [
14+ " test/*.js"
15+ ],
16+ "exclude" : [
17+ " node_modules"
18+ ]
1919}
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "allowJs" : false
4- },
5- "include" : [
6- " ./ tree-sitter.d.ts"
7- ]
2+ "compilerOptions" : {
3+ "allowJs" : false
4+ },
5+ "include" : [
6+ " tree-sitter.d.ts"
7+ ]
88}
Original file line number Diff line number Diff line change 22 "$schema" : " https://typedoc.org/schema.json" ,
33 "entryPoints" : [" tree-sitter.d.ts" ],
44 "entryPointStrategy" : " expand" ,
5- "tsconfig" : " ./ tsconfig.typedoc.json" ,
5+ "tsconfig" : " tsconfig.typedoc.json" ,
66 "out" : " docs/api" ,
77 "readme" : " README.md" ,
88 "cleanOutputDir" : true ,
You can’t perform that action at this time.
0 commit comments