mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 18:32:40 +00:00
Turn off smartIndent
This commit is contained in:
@@ -99,6 +99,7 @@ const CodeEditor = createClass({
|
|||||||
lineWrapping : this.props.wrap,
|
lineWrapping : this.props.wrap,
|
||||||
indentWithTabs : false,
|
indentWithTabs : false,
|
||||||
tabSize : 2,
|
tabSize : 2,
|
||||||
|
smartIndent : false,
|
||||||
historyEventDelay : 250,
|
historyEventDelay : 250,
|
||||||
scrollPastEnd : true,
|
scrollPastEnd : true,
|
||||||
extraKeys : {
|
extraKeys : {
|
||||||
|
|||||||
Reference in New Issue
Block a user