We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit ee6c917Copy full SHA for ee6c917
index.js
@@ -0,0 +1,6 @@
1
+module.exports = {
2
+ printWidth: 120,
3
+ semi: false,
4
+ singleQuote: true,
5
+ bracketSpacing: false
6
+}
package.json
@@ -0,0 +1,11 @@
+{
+ "name": "@github/prettier-config",
+ "version": "0.0.0",
+ "description": "Prettier config used at GitHub",
+ "keywords": [
+ "prettier"
7
+ ],
8
+ "license": "MIT",
9
+ "author": "GitHub Inc.",
10
+ "main": "index.js"
11
0 commit comments