mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
10 lines
181 B
YAML
10 lines
181 B
YAML
# 单引号
|
|
singleQuote: true
|
|
# 不以分号结尾
|
|
semi: false
|
|
# 每行 150
|
|
printWidth: 150
|
|
# 不以逗号结尾
|
|
trailingComma: none
|
|
# 标签末尾在同一行
|
|
bracketSameLine: true |