-
-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5892,6 +5892,41 @@ | |
], | ||
"quotes": [] | ||
}, | ||
"ReScript": { | ||
"complexitychecks": [ | ||
"for ", | ||
"for(", | ||
"if ", | ||
"if(", | ||
"switch ", | ||
"while ", | ||
"else ", | ||
"|| ", | ||
"&& ", | ||
"!= ", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tsnobip
Author
Contributor
|
||
"== ", | ||
"=== " | ||
], | ||
"extensions": [ | ||
"res", | ||
"resi" | ||
], | ||
"line_comment": [ | ||
"//" | ||
], | ||
"multi_line": [ | ||
[ | ||
"/*", | ||
"*/" | ||
] | ||
], | ||
"quotes": [ | ||
{ | ||
"end": "\"", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tsnobip
Author
Contributor
|
||
"start": "\"" | ||
} | ||
] | ||
}, | ||
"ReStructuredText": { | ||
"complexitychecks": [], | ||
"extensions": [ | ||
|
Large diffs are not rendered by default.
@tsnobip There's also
!==