Skip to content

Commit 66cf9b6

Browse files
committed
chore: update internal formatting.
1 parent 8ebf7fc commit 66cf9b6

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

.github/ISSUE_TEMPLATE/other.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ labels: ''
66
assignees: ''
77

88
---
9-
10-

dprint.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
{
22
"$schema": "https://dprint.dev/schemas/v0.json",
33
"incremental": true,
4-
"typescript": {
5-
},
6-
"json": {
7-
},
8-
"markdown": {
9-
},
10-
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md}"],
4+
"includes": ["**/*.{ts,tsx,js,jsx,cjs,mjs,json,md,toml}"],
115
"excludes": [
126
"**/node_modules",
13-
"**/*-lock.json"
7+
"**/*-lock.json",
8+
"deployment/npm/buffer.generated.js",
9+
"**/target"
1410
],
1511
"plugins": [
16-
"https://plugins.dprint.dev/typescript-0.46.1.wasm",
17-
"https://plugins.dprint.dev/json-0.12.0.wasm",
18-
"https://plugins.dprint.dev/markdown-0.8.0.wasm"
12+
"https://plugins.dprint.dev/typescript-0.48.0.wasm",
13+
"https://plugins.dprint.dev/json-0.12.1.wasm",
14+
"https://plugins.dprint.dev/markdown-0.9.2.wasm",
15+
"https://plugins.dprint.dev/toml-0.2.1.wasm"
1916
]
2017
}

tests/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ const u = 2;
1010
const u = 2;
1111
```
1212

13-
* To add configuration, it applies per file, add something like `~~ lineWidth: 40 ~~` at the top of the file
14-
* To only run a test, add the word "(only)" in parenthesis at the end of the test description.
15-
* To run only a certain fail, add `_Only` (ex. `CatchClause_All_Only_.txt`) to the end of the file name and before the extension.
13+
- To add configuration, it applies per file, add something like `~~ lineWidth: 40 ~~` at the top of the file
14+
- To only run a test, add the word "(only)" in parenthesis at the end of the test description.
15+
- To run only a certain fail, add `_Only` (ex. `CatchClause_All_Only_.txt`) to the end of the file name and before the extension.

0 commit comments

Comments
 (0)