Skip to content

Instantly share code, notes, and snippets.

@ghall89
Created December 29, 2025 17:58
Show Gist options
  • Select an option

  • Save ghall89/5ee9235dfde54130a864b6dbf890f6e0 to your computer and use it in GitHub Desktop.

Select an option

Save ghall89/5ee9235dfde54130a864b6dbf890f6e0 to your computer and use it in GitHub Desktop.
Settings for using swiftformat in Zed
{
"languages": {
"Swift": {
"tab_size": 2,
"formatter": {
"external": {
"command": "swiftformat",
"arguments": [
"stdin",
"--stdinpath",
"{buffer_path}",
"--output",
"stdout"
]
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment