Created
December 29, 2025 17:58
-
-
Save ghall89/5ee9235dfde54130a864b6dbf890f6e0 to your computer and use it in GitHub Desktop.
Settings for using swiftformat in Zed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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