Skip to content
Snippets Groups Projects
.prettierrc.yml 240 B
Newer Older
  • Learn to ignore specific revisions
  • # Defaults for all prettier-supported languages.
    # Prettier will complete this with settings from .editorconfig file.
    bracketSpacing: false
    printWidth: 88
    proseWrap: always
    semi: true
    trailingComma: "es5"
    xmlWhitespaceSensitivity: "strict"