Last active
April 18, 2018 18:18
-
-
Save aric49/ccf016b5e0977bf72e57318b0677e269 to your computer and use it in GitHub Desktop.
Atom.IO Configuration
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
| #CTRL-SHIFT-P "Config" in fuzzy finder. | |
| "*": | |
| "autocomplete-plus": | |
| confirmCompletion: "tab always, enter when suggestion explicitly selected" | |
| core: | |
| telemetryConsent: "limited" | |
| themes: [ | |
| "one-dark-ui" | |
| "solarized-dark-syntax" | |
| ] | |
| editor: | |
| showIndentGuide: true | |
| softWrap: true | |
| softWrapAtPreferredLineLength: true | |
| "exception-reporting": | |
| userId: "ff498a1a-11c7-487e-916f-6170cc72cf25" | |
| minimap: | |
| absoluteMode: true | |
| adjustAbsoluteModeHeight: true | |
| welcome: | |
| showOnStartup: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment