All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.prettier..prettierrc.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
# Prettier configuration

printWidth: 140
singleQuote: true
tabWidth: {{indentSize}}
useTabs: false
endOfLine: '{{endOfLine}}'

plugins:
  - '@prettier/plugin-xml'
  - prettier-plugin-gherkin
  - prettier-plugin-java
  - prettier-plugin-packagejson

# js and ts rules:
arrowParens: avoid

# jsx and tsx rules:
bracketSameLine: false

# xml rules:
xmlWhitespaceSensitivity: ignore




© 2015 - 2024 Weber Informatics LLC | Privacy Policy