Skip to content

Commit

Permalink
chore(line-length): set max line length to 100 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 authored Jan 20, 2019
1 parent a74586c commit 3533893
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120

# markdown files require trailing double whitespace for newline
[*.md]
Expand Down
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"typescript.tsdk": "./node_modules/typescript/lib",
"search.exclude": {
"dist/": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"graphql-yoga/**/@types/graphql": "^14"
},
"prettier": {
"printWidth": 120,
"printWidth": 100,
"singleQuote": true
},
"jest": {
Expand Down

0 comments on commit 3533893

Please sign in to comment.