Skip to content

Commit

Permalink
deepscan clear code
Browse files Browse the repository at this point in the history
  • Loading branch information
heliomarpm committed May 26, 2023
1 parent d5f1535 commit 8f441d6
Show file tree
Hide file tree
Showing 4 changed files with 310 additions and 888 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ indent_size = 4
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
max_line_length = 100
max_line_length = 140

[*.{json,scss,css}]
indent_size = 2
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"printWidth": 80,
"printWidth": 140,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
Expand Down
Loading

0 comments on commit 8f441d6

Please sign in to comment.