Last active
August 27, 2017 14:32
-
-
Save mauricios/7273532aa9d850d69d5d561f0ad594f2 to your computer and use it in GitHub Desktop.
Atom preferences file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"*": | |
"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