Skip to content

Commit 7e5ae75

Browse files
committed
Update dprint configuration: add newLineKind and exclude .reference_repos
1 parent c74c595 commit 7e5ae75

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dprint.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://dprint.dev/schemas/v0.json",
33
"lineWidth": 100,
4+
"newLineKind": "crlf",
45
"typescript": {
56
"module.sortImportDeclarations": "maintain",
67
"module.sortExportDeclarations": "maintain",
@@ -27,7 +28,8 @@
2728
"**/fixtures/**",
2829
"**/node_modules",
2930
"**/pnpm-lock.yaml",
30-
"**/*-lock.json"
31+
"**/*-lock.json",
32+
".reference_repos/**"
3133
],
3234
"plugins": [
3335
"https://plugins.dprint.dev/typescript-0.95.15.wasm",

0 commit comments

Comments
 (0)