Skip to content

Commit

Permalink
reduce printWidth to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
staaky committed May 4, 2022
1 parent 630149b commit a724588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
semi: true,
printWidth: 120,
printWidth: 100,
tabWidth: 4,
tabs: false,
singleQuote: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bedandbreakfasteu/prettier-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Prettier Config",
"author": "Bed & Breakfast Europe",
"license": "MIT",
Expand Down

0 comments on commit a724588

Please sign in to comment.