summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/stores/modules/editor/state.js
blob: 484aeec5cc39b7f58f6a7cfb139c1fecdac5ee56 (plain)
1
2
3
4
5
6
7
8
export default () => ({
  // Object which represents a dictionary of filePath to editor specific properties, including:
  // - fileLanguage
  // - editorRow
  // - editorCol
  // - viewMode
  fileEditors: {},
});