Skip to content

Instantly share code, notes, and snippets.

@ukdave
Created December 3, 2017 09:32
Show Gist options
  • Save ukdave/eac40e251c5246685872f229aab2c01a to your computer and use it in GitHub Desktop.
Save ukdave/eac40e251c5246685872f229aab2c01a to your computer and use it in GitHub Desktop.
Atom config
"*":
"activate-power-mode":
autoToggle: false
plugins:
playAudio: true
screenShake: true
"atom-beautify":
general:
"atom-package-deps":
ignored: []
"autocomplete-ruby":
rsensePath: "/Users/david/.rbenv/shims/rsense"
core:
telemetryConsent: "limited"
editor:
fontSize: 12
"exception-reporting":
"file-types":
"^(main|site)\\.yml$": "source.ansible"
yml: "source.yaml"
"go-plus":
test:
runTestsOnSave: false
hyperclick:
darwinTriggerKeys: "altKey,metaKey"
"linter-rubocop":
disableWhenNoConfigFile: true
"linter-ruby": {}
"linter-ui-default":
panelHeight: 69
minimap:
plugins:
cursorline: true
cursorlineDecorationsZIndex: 0
"git-diff": true
"git-diffDecorationsZIndex": 0
linter: true
linterDecorationsZIndex: 0
"minimap-autohide": true
"minimap-autohideDecorationsZIndex": 0
"split-diff": true
"split-diffDecorationsZIndex": 0
"platformio-ide-terminal":
ansiColors:
normal:
black: "#1f1f1f"
blue: "#2a84d2"
cyan: "#1081d6"
green: "#2dc55e"
megenta: "#4e5ab7"
red: "#f81118"
white: "#d6dbe5"
yellow: "#ecba0f"
zBright:
brightBlack: "#d6dbe5"
brightBlue: "#1081d6"
brightCyan: "#0f7ddb"
brightGreen: "#1dd361"
brightMeganta: "#5350b9"
brightRed: "#de352e"
brightWhite: "#ffffff"
brightYellow: "#f3bd09"
style:
fontFamily: "Knack Nerd Font"
theme: "one-dark"
"ruby-test":
specFramework: "rspec"
"spell-check": {}
"split-diff":
ignoreWhitespace: true
"tree-view":
hideVcsIgnoredFiles: true
welcome:
showOnStartup: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment