adds initial dotfiles
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"general": {
|
||||
"voiceDisconnect": false,
|
||||
"showToasts": true,
|
||||
"mediaKeys": true,
|
||||
"themeAttributes": true,
|
||||
"notificationPosition": "top-right",
|
||||
"notificationEnabled": true
|
||||
},
|
||||
"addons": {
|
||||
"addonErrors": true,
|
||||
"editAction": "detached",
|
||||
"checkForUpdates": true,
|
||||
"updateInterval": 4
|
||||
},
|
||||
"store": {
|
||||
"bdAddonStore": true,
|
||||
"alwaysEnable": false,
|
||||
"addonEmbeds": true
|
||||
},
|
||||
"customcss": {
|
||||
"customcss": true,
|
||||
"liveUpdate": true,
|
||||
"openAction": "settings"
|
||||
},
|
||||
"editor": {
|
||||
"theme": "system",
|
||||
"lineNumbers": true,
|
||||
"minimap": true,
|
||||
"hover": true,
|
||||
"quickSuggestions": true,
|
||||
"insertSpaces": false,
|
||||
"tabSize": 4,
|
||||
"fontSize": 14,
|
||||
"renderWhitespace": "selection"
|
||||
},
|
||||
"window": {
|
||||
"transparency": true,
|
||||
"removeMinimumSize": false,
|
||||
"frame": true,
|
||||
"inAppTrafficLights": false
|
||||
},
|
||||
"developer": {
|
||||
"debugLogs": false,
|
||||
"devTools": true,
|
||||
"debuggerHotkey": false,
|
||||
"reactDevTools": false,
|
||||
"inspectElement": false,
|
||||
"devToolsWarning": false,
|
||||
"recovery": true,
|
||||
"canary": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user