diff --git a/plugins/c9.ide.ace/ace.js b/plugins/c9.ide.ace/ace.js index e72fdcf1..963555e1 100644 --- a/plugins/c9.ide.ace/ace.js +++ b/plugins/c9.ide.ace/ace.js @@ -632,6 +632,11 @@ define(function(require, exports, module) { max: "64", position: 100 }, + "Autodetect Tab Size on Load" : { + type: "checkbox", + path: "project/ace/@guessTabSize", + position: 150 + }, "New File Line Endings" : { type: "dropdown", path: "project/ace/@newLineMode",