Merge commit '36c66dd290d3ce6eb1ccd310d0c658d4a32bb8eb' as 'repos/effect'
This commit is contained in:
32
repos/effect/dprint.json
Normal file
32
repos/effect/dprint.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"$schema": "https://dprint.dev/schemas/v0.json",
|
||||
"incremental": false,
|
||||
"includes": ["**/*.{ts,tsx,js,jsx,json,md}"],
|
||||
"indentWidth": 2,
|
||||
"lineWidth": 120,
|
||||
"newLineKind": "lf",
|
||||
"typescript": {
|
||||
"semiColons": "asi",
|
||||
"quoteStyle": "alwaysDouble",
|
||||
"trailingCommas": "never",
|
||||
"operatorPosition": "maintain",
|
||||
"arrowFunction.useParentheses": "force"
|
||||
},
|
||||
"excludes": [
|
||||
"LLMS.md",
|
||||
"**/dist",
|
||||
"**/build",
|
||||
"**/docs",
|
||||
"**/coverage",
|
||||
"packages/**/CHANGELOG.md",
|
||||
"!scratchpad/**/*",
|
||||
".agents",
|
||||
".context",
|
||||
".specs"
|
||||
],
|
||||
"plugins": [
|
||||
"https://plugins.dprint.dev/typescript-0.93.4.wasm",
|
||||
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
|
||||
"https://plugins.dprint.dev/json-0.21.1.wasm"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user