fix: disable reorderArrays in tamasfe.even-better-toml

This commit is contained in:
Michael Bolin
2025-08-04 21:33:38 -07:00
parent 063083af15
commit bdcfb9ecf0

View File

@@ -11,6 +11,8 @@
"editor.defaultFormatter": "tamasfe.even-better-toml",
"editor.formatOnSave": true,
},
"evenBetterToml.formatter.reorderArrays": true,
// Array order for options in ~/.codex/config.toml such as `notify` and the
// `args` for an MCP server is significant, so we disable reordering.
"evenBetterToml.formatter.reorderArrays": false,
"evenBetterToml.formatter.reorderKeys": true,
}