We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8e5e9 commit 3ddb4a7Copy full SHA for 3ddb4a7
.github/prettifier.yml
@@ -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