Skip to content

Instantly share code, notes, and snippets.

@mauricios
Last active August 27, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mauricios/7273532aa9d850d69d5d561f0ad594f2 to your computer and use it in GitHub Desktop.
Save mauricios/7273532aa9d850d69d5d561f0ad594f2 to your computer and use it in GitHub Desktop.
Atom preferences file
"*":
"ansible-vault":
vault_automatic_de_and_encrypt: true
"atom-beautify":
php: {}
"autocomplete-ansible":
pythonPaths: "/usr/local/Cellar/ansible/2.3.2.0_1/libexec/bin/python2.7"
autosave:
enabled: true
core:
audioBeep: false
closeDeletedFileTabs: true
disabledPackages: [
"background-tips"
]
openEmptyEditorOnStart: false
restorePreviousWindowsOnStart: "always"
telemetryConsent: "no"
useProxySettingsWhenCallingApm: false
warnOnLargeFileLimit: 5
editor:
fontFamily: "Fira Mono"
preferredLineLength: 10000
scrollPastEnd: true
showIndentGuide: true
softWrap: true
tabType: "soft"
"file-icons": {}
fonts: {}
"linter-ui-default":
panelHeight: 69
"markdown-preview":
useGitHubStyle: true
"one-dark-ui":
tabSizing: "Maximum"
"one-light-ui": {}
pigments:
autocompleteSuggestionsFromValue: true
extendAutocompleteToColorValue: true
extendAutocompleteToVariables: true
"status-bar":
fullWidth: false
"svg-preview":
openPreviewAutomatically: true
tabs:
alwaysShowTabBar: false
enableVcsColoring: true
"tree-view":
alwaysOpenExisting: true
autoReveal: true
hideIgnoredNames: true
hideVcsIgnoredFiles: true
squashDirectoryNames: true
welcome:
showOnStartup: false
zentabs:
neverCloseUnsaved: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment