Skip to content

Commit

Permalink
use tab instead of soft tab
Browse files Browse the repository at this point in the history
Hi @prasmussen, this is related to glotcode/glot#5. I propose this change to make tabs tabs, instead of 4 spaces, but it is up to you. Hard tabs makes it easier to write makefiles.
  • Loading branch information
steinwaywhw committed Sep 8, 2016
1 parent cd54a8b commit 658674f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/widgets/editor.julius
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ window.Editor = (function() {
editor.setTheme(theme);
editor.setKeyboardHandler(keybindings);
editor.getSession().setMode(#{toJSON $ languageAceMode lang});
editor.getSession().setUseSoftTabs(false);
editor.setOptions({
minLines: lineCount,
maxLines: lineCount,
Expand Down

0 comments on commit 658674f

Please sign in to comment.