diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
commit | c364c4b0273e76cb13571878d1a4a2853a392b9b (patch) | |
tree | 0deb386ef2e380436a74ad9fcf5b023c999dfed7 /dprint.json | |
parent | 583f9fa1018bb688323f2367e99c53bba9843f61 (diff) |
WIP transition to jekyll
Diffstat (limited to 'dprint.json')
-rw-r--r-- | dprint.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dprint.json b/dprint.json deleted file mode 100644 index 819abc8..0000000 --- a/dprint.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "$schema": "https://dprint.dev/schemas/v0.json", - "projectType": "openSource", - "incremental": true, - "useTabs": true, - "typescript": { - "semiColons": "always", - "quoteStyle": "preferSingle", - "importDeclaration.spaceSurroundingNamedImports": true - }, - "json": { "lineWidth": 80 }, - "includes": [ - "**/*.{ts,tsx}", - "**/*.{json}" - ], - "excludes": [ - "node_modules/**", - "**/*-lock.json", - ".next/**" - ], - "plugins": [ - "https://plugins.dprint.dev/typescript-0.44.0.wasm", - "https://plugins.dprint.dev/json-0.10.1.wasm" - ] -} |