gitlab-org--gitlab-foss/app/assets/javascripts/ide/stores/modules/editor/state.js

9 lines
213 B
JavaScript

export default () => ({
// Object which represents a dictionary of filePath to editor specific properties, including:
// - fileLanguage
// - editorRow
// - editorCol
// - viewMode
fileEditors: {},
});