-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I'm trying to change the indentUnit default from 2 to 4, and this is how I've tried initializing Yasgui:
const yasgui = new Yasgui(document.getElementById("yasgui"), {
requestConfig: { endpoint: url, copyEndpointOnNewTab: true, },
endpointCatalogueOptions: {
getData: function () {
return yasguiEndpoints
},
keys: [],
},
yasqe: { defaults: { indentUnit: 4 } },
}But the Yasqe indent is still set at 2. What am I doing wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels