Created
June 29, 2026 13:22
-
-
Save kallookoo/9e067d7b730026d65f4c87b369574f8e to your computer and use it in GitHub Desktop.
Zed Editor - Prettier - trailingComma by language ID
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": { | |
| "languageID": { // Python, PHP, etc. | |
| "prettier": { | |
| "trailingComma": "none", | |
| }, | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment