mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
* Refactor settings components * Save setting without reload, and formatting * Add prettier config and enforce style * Make default indexing strategy ON_MODE_SWITCH * Add prettier pre-commit hook
8 lines
128 B
Text
8 lines
128 B
Text
{
|
|
"endOfLine": "lf",
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5"
|
|
}
|