Last active
January 7, 2016 02:51
-
-
Save baringji/5096f383f68da1ea836b to your computer and use it in GitHub Desktop.
Atom config file.
This file contains 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
"*": | |
"exception-reporting": | |
userId: "c3514caf-02ee-6b5d-90c4-e9c15ec1bd3d" | |
welcome: | |
showOnStartup: false | |
core: | |
ignoredNames: [ | |
".idea" | |
".git" | |
".hg" | |
".svn" | |
".vagrant" | |
".DS_Store" | |
"Thumbs.db" | |
] | |
editor: | |
invisibles: {} | |
fontFamily: "Courier New" | |
showIndentGuide: true | |
showInvisibles: true | |
tabLength: 4 | |
fontSize: 15 | |
"tree-view": | |
hideIgnoredNames: true | |
emmet: {} | |
linter: | |
showErrorInline: false | |
"one-dark-ui": {} | |
"git-diff": | |
showIconsInEditorGutter: true | |
"autocomplete-plus": {} | |
wakatime: | |
apikey: "dd3681dd-fc53-49e0-8c51-ab3c43ec925f" | |
"linter-php": | |
executablePath: "/usr/bin/php" | |
"linter-jshint": {} | |
"linter-scss-lint": {} | |
".sass.source": | |
editor: | |
tabLength: 2 | |
".scss.source": | |
editor: | |
tabLength: 2 | |
".js.source": | |
editor: | |
tabLength: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment