AutoYADM commit: 2025-02-12 12:26:22
This commit is contained in:
parent
0d51363d5f
commit
128c056e29
4 changed files with 24 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
config##hostname.dpad
|
config##hostname.dbox
|
|
@ -1 +1 @@
|
||||||
kitty.conf##hostname.dpad
|
kitty.conf##hostname.dbox
|
|
@ -1 +1 @@
|
||||||
config##hostname.dpad
|
config##hostname.dbox
|
21
.dprint.jsonc
Normal file
21
.dprint.jsonc
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"markdown": {
|
||||||
|
"lineWidth": 120
|
||||||
|
},
|
||||||
|
"dockerfile": {},
|
||||||
|
"markup": {},
|
||||||
|
"excludes": [
|
||||||
|
"**/node_modules",
|
||||||
|
"**/*-lock.json"
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
// "https://plugins.dprint.dev/typescript-0.93.3.wasm",
|
||||||
|
// "https://plugins.dprint.dev/json-0.19.4.wasm",
|
||||||
|
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
|
||||||
|
// "https://plugins.dprint.dev/toml-0.6.4.wasm",
|
||||||
|
"https://plugins.dprint.dev/dockerfile-0.3.2.wasm",
|
||||||
|
"https://plugins.dprint.dev/g-plane/malva-v0.11.1.wasm",
|
||||||
|
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm",
|
||||||
|
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue