Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
Use unix newline mode always
Browse files Browse the repository at this point in the history
  • Loading branch information
frabcus committed Jul 12, 2013
1 parent 14519ae commit 2187c15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions http/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ $(document).ready(function() {
editor = ace.edit("editor")
editor.setFontSize(16)
editor.getSession().setUseSoftTabs(true)
editor.getSession().setNewLineMode("unix")
editor.setTheme("ace/theme/monokai")
editor.renderer.setShowPrintMargin(false)
editor.on('change', function() {
Expand Down

0 comments on commit 2187c15

Please sign in to comment.