Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kallookoo/9e067d7b730026d65f4c87b369574f8e to your computer and use it in GitHub Desktop.

Select an option

Save kallookoo/9e067d7b730026d65f4c87b369574f8e to your computer and use it in GitHub Desktop.
Zed Editor - Prettier - trailingComma by language ID
{
"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