File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
# formatting for prettier-supported files. See `.editorconfig` and
3
3
# `site/.editorconfig`for whitespace formatting options.
4
4
printWidth : 80
5
+ proseWrap : always
5
6
semi : false
6
7
trailingComma : all
7
8
useTabs : false
8
9
tabWidth : 2
9
10
overrides :
10
11
- files :
11
12
- README.md
13
+ - docs/api/**/*.md
14
+ - docs/cli/**/*.md
15
+ - .github/**/*.{yaml,yml,toml}
16
+ - scripts/**/*.{yaml,yml,toml}
12
17
options :
13
18
proseWrap : preserve
14
- - files :
15
- - " site/**/*.yaml"
16
- - " site/**/*.yml"
17
- options :
18
- proseWrap : always
Original file line number Diff line number Diff line change 4
4
# formatting for prettier-supported files. See `.editorconfig` and
5
5
# `site/.editorconfig`for whitespace formatting options.
6
6
printWidth : 80
7
+ proseWrap : always
7
8
semi : false
8
9
trailingComma : all
9
10
useTabs : false
10
11
tabWidth : 2
11
12
overrides :
12
13
- files :
13
14
- ../README.md
15
+ - ../docs/api/**/*.md
16
+ - ../docs/cli/**/*.md
17
+ - ../.github/**/*.{yaml,yml,toml}
18
+ - ../scripts/**/*.{yaml,yml,toml}
14
19
options :
15
20
proseWrap : preserve
16
- - files :
17
- - ./**/*.yaml
18
- - ./**/*.yml
19
- options :
20
- proseWrap : always
You can’t perform that action at this time.
0 commit comments