We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab9d6e commit 6895749Copy full SHA for 6895749
ui/arduino/components/editor.js
@@ -12,6 +12,7 @@ class AceEditor extends Component {
12
13
load(element) {
14
this.editor = ace.edit("editor")
15
+ this.editor.setShowPrintMargin(false)
16
this.editor.setFontSize(14)
17
this.editor.setTheme("ace/theme/github")
18
this.editor.session.setMode("ace/mode/python")
0 commit comments