mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
10 lines
169 B
JSON
10 lines
169 B
JSON
{
|
|
"format_on_save": "on",
|
|
"formatter": {
|
|
"external": {
|
|
"command": "bunx",
|
|
"arguments": ["prettier", "--stdin-filepath", "{buffer_path}"]
|
|
}
|
|
}
|
|
}
|