Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Indent with tabs (closes #215)
Browse files Browse the repository at this point in the history
  • Loading branch information
brrd committed Feb 7, 2019
1 parent 9b2fa90 commit c353604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/renderer/cm-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ function initCodeMirror () {
mode: "abr-spellcheck-off",
indentUnit: 4,
tabSize: 4,
indentWithTabs: true,
keyMap: "abricotine"
};

Expand Down

0 comments on commit c353604

Please sign in to comment.