Skip to content

Commit

Permalink
Merge pull request #12 from preprocess/feature/replace-formatting-wit…
Browse files Browse the repository at this point in the history
…h-prettier

Replace formatting with Prettier
  • Loading branch information
assertchris authored Oct 8, 2018
2 parents d0e3d59 + f95663d commit 5195958
Show file tree
Hide file tree
Showing 9 changed files with 97 additions and 1,098 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/coverage
/vendor
/composer.lock
/node_modules
13 changes: 13 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"printWidth": 120,
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"proseWrap": "never",
"parser": "php"
}
1 change: 0 additions & 1 deletion hidden/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"require": {
"friendsofphp/php-cs-fixer": "^2.0",
"yay/yay": "^0.7.0"
}
}
Loading

0 comments on commit 5195958

Please sign in to comment.