summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/ide/constants.js
blob: 3aa32a49a20e8eb77da9549520c4e6eb00294c6b (plain)
1
2
3
4
5
6
7
8
// Fuzzy file finder
export const MAX_TITLE_LENGTH = 50;
export const MAX_BODY_LENGTH = 72;

export const ActivityBarViews = {
  edit: 'ide-tree',
  commit: 'commit-section',
};