Skip to content
Extraits de code Groupes Projets
.prettierrc.yml 240 octets
Newer Older
  • Learn to ignore specific revisions
  • Rémi - Le Filament's avatar
    Rémi - Le Filament a validé
    # 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"