mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Trying to force soft tabs and Unix newlines.
This commit is contained in:
parent
7d3a0bd0d4
commit
1d223f790b
1 changed files with 3 additions and 1 deletions
|
@ -53,6 +53,8 @@ module.exports = class SpellView extends View
|
|||
@aceSession.setMode 'ace/mode/javascript'
|
||||
@aceSession.setWrapLimitRange null
|
||||
@aceSession.setUseWrapMode true
|
||||
@aceSession.setNewLineMode "unix"
|
||||
@aceSession.setUseSoftTabs true
|
||||
@ace.setTheme 'ace/theme/textmate'
|
||||
@ace.setDisplayIndentGuides false
|
||||
@ace.setShowPrintMargin false
|
||||
|
|
Loading…
Reference in a new issue