Last active
February 11, 2016 21:47
-
-
Save tony19/17190e22e7e2237876fe to your computer and use it in GitHub Desktop.
My Atom settings
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-css-comb": | |
commonConfigs: "/Users/tony/.csscomb.json" | |
readyMadeConfigs: "csscomb" | |
"atom-csscomb": | |
configureWithJSON: true | |
"atom-ctags": {} | |
"color-picker": | |
randomColor: false | |
core: | |
disabledPackages: [ | |
"symbols-view" | |
] | |
editor: | |
invisibles: {} | |
showIndentGuide: true | |
showInvisibles: true | |
tabLength: 4 | |
emmet: | |
useEmmetComments: true | |
"exception-reporting": | |
userId: "da59869f-5820-69a9-009b-5531debca0fc" | |
"highlight-column": | |
enableHighlight: true | |
opacity: 0.15 | |
"highlight-selected": | |
highlightBackground: true | |
lightTheme: true | |
metrics: | |
userId: "729e0296c16884fead29491f3d7a60e8ccef81b8" | |
minimap: | |
absoluteMode: true | |
"symbols-tree-view": | |
autoToggle: true | |
tabs: | |
showIcons: true | |
term2: {} | |
welcome: | |
showOnStartup: false | |
wordcount: | |
noextension: true |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment