mirror of https://github.com/hashicorp/consul
Remove modes from codemirror change hooks
parent
3cb95cee43
commit
c87a78ddff
|
@ -11,8 +11,6 @@ const DEFAULTS = {
|
|||
lineNumbers: true,
|
||||
theme: 'hashi',
|
||||
showCursorWhenSelecting: true,
|
||||
gutters: ['CodeMirror-lint-markers'],
|
||||
lint: true,
|
||||
};
|
||||
export default Component.extend({
|
||||
settings: service('settings'),
|
||||
|
|
Loading…
Reference in New Issue