Skip to content

Commit

Permalink
Revert "chore: 🔧 Increase line length to 120 (#1901)"
Browse files Browse the repository at this point in the history
This reverts commit d422f7c.
  • Loading branch information
mimarz committed Apr 29, 2024
1 parent d422f7c commit d16f3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
max_line_length = 80
trim_trailing_whitespace = true

[*{md,mdx,markdown}]
Expand Down
2 changes: 1 addition & 1 deletion prettier.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
useTabs: false,
semi: true,
singleQuote: true,
printWidth: 120,
printWidth: 80,
quoteProps: 'as-needed',
jsxSingleQuote: true,
bracketSpacing: true,
Expand Down

0 comments on commit d16f3f0

Please sign in to comment.