Files
klz-cables.com/.pnpm-store/v10/files/48/689958789fa931f0554152d73c745af25d989a9f9694f1eac178d7832e9af9a63ba901990d41ea4d3bd3e8d28f00263843a1af485c790a2070896da84761bd
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

19 lines
408 B
Plaintext

export const defaultOptions = {
insertSpaces: false,
tabSize: 4,
trimAutoWhitespace: false
};
export const defaultGlobalEditorOptions = {
hideCursorInOverviewRuler: true,
minimap: {
enabled: false
},
overviewRulerBorder: false,
readOnly: false,
scrollbar: {
alwaysConsumeMouseWheel: false
},
scrollBeyondLastLine: false,
wordWrap: 'on'
};
//# sourceMappingURL=constants.js.map