Skip to content

Instantly share code, notes, and snippets.

@legend80s
Created March 17, 2017 02:55
Show Gist options
  • Save legend80s/6e7cc10332f03359a18049a72f120ed8 to your computer and use it in GitHub Desktop.
Save legend80s/6e7cc10332f03359a18049a72f120ed8 to your computer and use it in GitHub Desktop.
Angular ui-codemirror editorOptions
{
lineWrapping: true,
lineNumbers: true,
readOnly: true,
// theme: 'mdn-like',
mode: 'application/json',
matchBrackets: true,
foldGutter: true,
gutters: ['CodeMirror-linenumbers', 'CodeMirror-foldgutter'],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment