Skip to content

Commit 3ddb4a7

Browse files
committed
Add probot-prettifier config
1 parent 8a8e5e9 commit 3ddb4a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/prettifier.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
commitMessage: "Prettify Code"
2+
3+
tabWidth: 2
4+
useTabs: false
5+
semi: true
6+
singleQuote: true
7+
trailingComma: "es5"
8+
bracketSpacing: true
9+
arrowParens: "avoid"

0 commit comments

Comments
 (0)