mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
11 lines
159 B
YAML
11 lines
159 B
YAML
---
|
|
printWidth: 120
|
|
tabWidth: 2
|
|
useTabs: false
|
|
semi: false
|
|
singleQuote: true
|
|
trailingComma: none
|
|
bracketSpacing: true
|
|
bracketSameLine: true
|
|
arrowParens: avoid
|