mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 17:08:27 +00:00
* Feat: clustering fact statements * Feat: cluster drift * Feat: add recall count and model to search * Feat: Github integration * Fix: clustering UI * Improve graph * Bump: new version --------- Co-authored-by: Manoj K <saimanoj58@gmail.com>
23 lines
403 B
Plaintext
23 lines
403 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"requirePragma": false,
|
|
"proseWrap": "preserve",
|
|
"singleQuote": true,
|
|
"formatOnSave": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": {
|
|
"parser": "json"
|
|
}
|
|
}
|
|
]
|
|
}
|