dotfiles/atom/settings.json

124 lines
2.1 KiB
JSON

{
"activate-power-mode": {
"autoToggle": false
},
"atom-beautify": {
"general": {
"_analyticsUserId": "3e7a84e3-1c7f-49a9-8c68-1b1e030cf498"
}
},
"color-picker": {
"abbreviateValues": true,
"preferredFormat": "HEX",
"uppercaseColorValues": true
},
"core": {
"autoHideMenuBar": true,
"closeEmptyWindows": false,
"excludeVcsIgnoredPaths": false,
"openEmptyEditorOnStart": false,
"packagesWithKeymapsDisabled": [
"merge-conflicts",
"lcov-info",
"activate-power-mode",
"encoding-selector",
"sort-lines"
],
"themes": [
"one-dark-ui",
"monokai"
]
},
"editor": {
"backUpBeforeSaving": true,
"fontSize": 13,
"invisibles": {
"tab": "-"
},
"scrollPastEnd": true,
"showIndentGuide": true,
"tabType": "soft"
},
"exception-reporting": {
"userId": "78a3a259-396e-edee-6010-e8552cf30255"
},
"file-icons": {
"forceShow": true
},
"file-watcher": {
"promptWhenFileHasChangedOnDisk": false
},
"fonts": {
"fontFamily": "Roboto Mono"
},
"glowing-cursor": {
"glowColor": {
"red": 255,
"green": 127,
"blue": 0,
"alpha": 1
},
"innerColor": {
"red": 255,
"green": 127,
"blue": 0,
"alpha": 1
}
},
"linter": {
"errorPanelHeight": 26
},
"linter-eslint": {
"disableWhenNoEslintConfig": false,
"showRuleIdInMessage": false
},
"linter-flake8": {
"executablePath": "$PROJECT/env/bin/flake8",
"ignoreErrorCodes": [
"E128",
"E501",
"E401",
"E402"
]
},
"minimap": {
"plugins": {
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0
},
"scrollAnimation": true
},
"nuclide": {
"nuclide-home": {
"showHome": false
}
},
"pigments": {
"markerType": "outline",
"traverseIntoSymlinkDirectories": true
},
"project-manager": {
"sortBy": "last modified"
},
"project-plus": {
"notifications": false,
"projectHome": "/home/jake/Projects",
"showPath": true
},
"react": {
"enabledForAllJavascriptFiles": true
},
"script": {
"stopOnRerun": true
},
"sync-settings": {
"analytics": false,
"quietUpdateCheck": true
},
"trailing-spaces": {
"enableForIndentation": true
},
"welcome": {
"showOnStartup": false
}
}