L10n_ru/.prettierrc.yml
2025-03-25 21:47:01 +06:00

9 lines
241 B
YAML

# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 150
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"