Skip to content

Commit 46b4b1e

Browse files
committed
try w/o sorting attrs, may revert, testing for conflict
1 parent a8dc067 commit 46b4b1e

File tree

2 files changed

+276
-276
lines changed

2 files changed

+276
-276
lines changed

frontend/prettier.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = {
3232
parser: "xml",
3333
proseWrap: "never",
3434
printWidth: Infinity,
35-
xmlSortAttributesByKey: true,
35+
xmlSortAttributesByKey: false,
3636
xmlWhitespaceSensitivity: "preserve",
3737
xmlSelfClosingSpace: false,
3838
},

0 commit comments

Comments
 (0)