Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

forest / dprint.json
724 B 24 lines
1{ 2 "json": {}, 3 "markdown": {}, 4 "toml": {}, 5 "dockerfile": {}, 6 "ruff": {}, 7 "jupyter": {}, 8 "markup": {}, 9 "yaml": {}, 10 "excludes": [ 11 "**/node_modules", 12 "**/*-lock.json" 13 ], 14 "plugins": [ 15 "https://plugins.dprint.dev/json-0.20.0.wasm", 16 "https://plugins.dprint.dev/markdown-0.19.0.wasm", 17 "https://plugins.dprint.dev/toml-0.7.0.wasm", 18 "https://plugins.dprint.dev/dockerfile-0.3.3.wasm", 19 "https://plugins.dprint.dev/ruff-0.4.7.wasm", 20 "https://plugins.dprint.dev/jupyter-0.2.0.wasm", 21 "https://plugins.dprint.dev/g-plane/markup_fmt-v0.23.1.wasm", 22 "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm" 23 ] 24}