Skip to content

Commit

Permalink
Use bracketSameLine instead of jsxBracketSameLine
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmasn committed Dec 24, 2021
1 parent 6806905 commit 3d4dfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = {
arrowParens: "always",
bracketSameLine: false,
bracketSpacing: true,
embeddedLanguageFormatting: "auto",
endOfLine: "lf",
htmlWhitespaceSensitivity: "css",
insertPragma: false,
jsxBracketSameLine: false,
jsxSingleQuote: false,
printWidth: 120, // Default: 80
proseWrap: "preserve",
Expand All @@ -16,4 +16,4 @@ module.exports = {
tabWidth: 2,
trailingComma: "all", // Default 'es5'
useTabs: false,
};
};

0 comments on commit 3d4dfda

Please sign in to comment.