Created
March 17, 2017 02:55
-
-
Save legend80s/6e7cc10332f03359a18049a72f120ed8 to your computer and use it in GitHub Desktop.
Angular ui-codemirror editorOptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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