You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/08/10 19:32:37 UTC

[06/50] [abbrv] allura git commit: [#7897] ticket:823 Insert 4 spaces instead of a tab

[#7897] ticket:823 Insert 4 spaces instead of a tab


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/cb8e49ff
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/cb8e49ff
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/cb8e49ff

Branch: refs/heads/hs/7925
Commit: cb8e49ffcd23586c02995ae5753ed3d8e2cd5c1d
Parents: 9ff9337
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Jul 17 16:54:48 2015 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Mon Jul 27 14:23:56 2015 +0300

----------------------------------------------------------------------
 Allura/allura/lib/widgets/resources/js/sf_markitup.js | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/cb8e49ff/Allura/allura/lib/widgets/resources/js/sf_markitup.js
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/widgets/resources/js/sf_markitup.js b/Allura/allura/lib/widgets/resources/js/sf_markitup.js
index 47cc6a7..6570d6a 100644
--- a/Allura/allura/lib/widgets/resources/js/sf_markitup.js
+++ b/Allura/allura/lib/widgets/resources/js/sf_markitup.js
@@ -50,6 +50,8 @@ $(window).load(function() {
             var editor = new SimpleMDE({
               element: $textarea[0],
               autofocus: false,
+              indentWithTabs: false,
+              tabSize: 4,
               toolbar: toolbar
             });
             editor.render();