Last active
February 28, 2017 03:37
-
-
Save idhamperdameian/e82f2ba29c3a5e7511823539f78be57a to your computer and use it in GitHub Desktop.
Atom config 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
"*": | |
"atom-beautify": | |
general: | |
_analyticsUserId: "d26cbeab-350e-4484-846c-eaa1f9a26a0d" | |
"autocomplete-php": | |
executablePath: "/usr/local/bin/php" | |
autosave: | |
enabled: true | |
core: | |
disabledPackages: [ | |
"autocomplete-php" | |
] | |
excludeVcsIgnoredPaths: false | |
ignoredNames: [ | |
".git" | |
".hg" | |
".svn" | |
".DS_Store" | |
"._*" | |
"Thumbs.db" | |
"node_modules" | |
] | |
openEmptyEditorOnStart: false | |
packagesWithKeymapsDisabled: [] | |
telemetryConsent: "limited" | |
editor: | |
invisibles: {} | |
showIndentGuide: true | |
showInvisibles: true | |
tabLength: 4 | |
"exception-reporting": | |
userId: "1ed86baa-c788-0a0e-5ce9-a4e2beabdcd6" | |
"linter-php": | |
executablePath: "/usr/local/bin/php" | |
"php-cs-fixer": | |
executablePath: "/usr/local/bin/php-cs-fixer" | |
fixers: "short_echo_tag,-psr0" | |
phpExecutablePath: "/usr/local/bin/php" | |
"tree-view": | |
alwaysOpenExisting: true | |
welcome: | |
showOnStartup: false | |
"linter-php": | |
executablePath: "/usr/local/bin/php" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment