mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
add ui for guessTabSize setting
This commit is contained in:
parent
3fa2e55c91
commit
d4ebf4c22f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user