1 parent c74c595 commit 7e5ae75Copy full SHA for 7e5ae75
1 file changed
dprint.json
@@ -1,6 +1,7 @@
1
{
2
"$schema": "https://dprint.dev/schemas/v0.json",
3
"lineWidth": 100,
4
+ "newLineKind": "crlf",
5
"typescript": {
6
"module.sortImportDeclarations": "maintain",
7
"module.sortExportDeclarations": "maintain",
@@ -27,7 +28,8 @@
27
28
"**/fixtures/**",
29
"**/node_modules",
30
"**/pnpm-lock.yaml",
- "**/*-lock.json"
31
+ "**/*-lock.json",
32
+ ".reference_repos/**"
33
],
34
"plugins": [
35
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
0 commit comments