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

Commit f49abe6

Browse files
author
Sergio Benitez
committed
Merge branch 'gh-pages' of github.com:graydon/rust-www into gh-pages
2 parents 2961a69 + aded55d commit f49abe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/editor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ var editor = ace.edit("editor");
3737
var Range = ace.require('ace/range').Range;
3838
editor.setTheme("ace/theme/chrome");
3939
editor.getSession().setMode("ace/mode/rust");
40+
editor.getSession().setTabSize(2);
4041
editor.setShowPrintMargin(false);
4142
editor.renderer.setShowGutter(false);
4243
editor.setHighlightActiveLine(false);

0 commit comments

Comments
 (0)