Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
renestalder authored and actions-user committed Feb 6, 2024
1 parent b144c3f commit fd9a987
Showing 1 changed file with 18 additions and 24 deletions.
42 changes: 18 additions & 24 deletions .zed/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,22 @@
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://docs.zed.dev/configuration/configuring-zed#folder-specific-settings
{
"language_overrides": {
"TypeScript": {
"format_on_save": {
"external": {
"command": "node_modules/.bin/prettier",
"arguments": [
"--stdin-filepath",
"{buffer_path}"
]
}
}
},
"TSX": {
"format_on_save": {
"external": {
"command": "node_modules/.bin/prettier",
"arguments": [
"--stdin-filepath",
"{buffer_path}"
]
}
}
}
}
"language_overrides": {
"TypeScript": {
"format_on_save": {
"external": {
"command": "node_modules/.bin/prettier",
"arguments": ["--stdin-filepath", "{buffer_path}"]
}
}
},
"TSX": {
"format_on_save": {
"external": {
"command": "node_modules/.bin/prettier",
"arguments": ["--stdin-filepath", "{buffer_path}"]
}
}
}
}
}

0 comments on commit fd9a987

Please sign in to comment.