We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b5a9e commit f074cacCopy full SHA for f074cac
.editorconfig
@@ -9,7 +9,7 @@ end_of_line = lf
9
charset = utf-8
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
-max_line_length = 100
+max_line_length = 120
13
14
[{Makefile,makefile,**.mk}]
15
indent_style = tab
packages/prettier-config/index.js
@@ -3,6 +3,7 @@
3
module.exports = {
4
singleQuote: true,
5
bracketSpacing: true,
6
+ printWidth: 100,
7
semi: true,
8
trailingComma: "all",
}
0 commit comments