Skip to content
Snippets Groups Projects
.prettierrc.yml 240 B
Newer Older
  • Learn to ignore specific revisions
  • Rémi - Le Filament's avatar
    Rémi - Le Filament committed
    # 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"