gitbutler/.vscode/settings.json

6 lines
156 B
JSON
Raw Normal View History

2023-10-31 19:14:03 +03:00
{
2024-01-02 14:18:15 +03:00
"prettier.configPath": "./gitbutler-ui/.prettierrc",
"prettier.prettierPath": "./node_modules/prettier/index.cjs",
"prettier.useEditorConfig": false
2023-10-31 19:14:03 +03:00
}