mirror of
https://github.com/mnaoumov/obsidian-backlink-full-path.git
synced 2026-07-22 05:41:39 +00:00
11 lines
190 B
JSON
11 lines
190 B
JSON
|
|
{
|
||
|
|
"extends": "./node_modules/obsidian-dev-utils/dist/templates/dprint.json",
|
||
|
|
"excludes": [
|
||
|
|
"dist",
|
||
|
|
"**/node_modules",
|
||
|
|
"**/*-lock.json",
|
||
|
|
"**/*.md",
|
||
|
|
"demo-vault"
|
||
|
|
]
|
||
|
|
}
|