mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-11 11:06:48 +01:00
Setting moved and githubAuthToken added
pluginPanelAligned setting moved to position where it is in rest of ICEcoder githubAuthToken setting added
This commit is contained in:
@@ -19,10 +19,11 @@ $ICEcoderUserSettings = array(
|
||||
"lineWrapping" => true,
|
||||
"indentWithTabs" => true,
|
||||
"indentSize" => 4,
|
||||
"pluginPanelAligned" => "left",
|
||||
"bugFilePaths" => array(),
|
||||
"bugFileCheckTimer" => 0,
|
||||
"bugFileMaxLines" => 0,
|
||||
"pluginPanelAligned" => "left",
|
||||
"githubAuthToken" => "",
|
||||
"plugins" => array(),
|
||||
"githubLocalPaths" => array(),
|
||||
"githubRemotePaths" => array(),
|
||||
|
||||
Reference in New Issue
Block a user