mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
11 lines
174 B
YAML
11 lines
174 B
YAML
# Prettier (formatter) configuration
|
|
---
|
|
printWidth: 120
|
|
tabWidth: 2
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: none
|
|
bracketSpacing: true
|
|
arrowParens: avoid
|