logancyang_obsidian-copilot/.prettierrc
Logan Yang 7e499073af
Refactor Settings, add formatting (#518)
* 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
2024-08-20 21:53:09 -07:00

8 lines
128 B
Text

{
"endOfLine": "lf",
"printWidth": 100,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
}