Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « editor « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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: {},
});