You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
240 B

  1. # Defaults for all prettier-supported languages.
  2. # Prettier will complete this with settings from .editorconfig file.
  3. bracketSpacing: false
  4. printWidth: 88
  5. proseWrap: always
  6. semi: true
  7. trailingComma: "es5"
  8. xmlWhitespaceSensitivity: "ignore"