Created
October 17, 2016 04:30
-
-
Save dimasjt/18ebbaa515fc58c133d97b9135c5959e to your computer and use it in GitHub Desktop.
Configuration for Atom.io
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-material-ui": | |
colors: | |
abaseColor: | |
red: 96 | |
green: 125 | |
blue: 139 | |
alpha: 1 | |
genAccent: true | |
paintCursor: true | |
predefinedColor: "Blue Grey" | |
fonts: {} | |
tabs: | |
compactTabs: true | |
tintedTabBar: true | |
treeView: | |
blendTabs: true | |
compactList: true | |
ui: | |
panelContrast: true | |
panelShadows: true | |
core: | |
disabledPackages: [ | |
"atom-jsx-transform" | |
"nativescript-atom-snippets" | |
"angular-2-typeScript-snippets" | |
] | |
openEmptyEditorOnStart: false | |
projectHome: "/home/bocistudio/Dimas/projects" | |
themes: [ | |
"atom-material-ui" | |
"atom-dark-syntax" | |
] | |
editor: | |
fontSize: 15 | |
invisibles: {} | |
lineHeight: 1.3 | |
preferredLineLength: 120 | |
scrollPastEnd: true | |
scrollSensitivity: 80 | |
showIndentGuide: true | |
tabType: "soft" | |
"exception-reporting": | |
userId: "51c7c95e-50e3-0af0-6961-d0b0e89d1adf" | |
"highlight-selected": | |
hideHighlightOnSelectedWord: true | |
highlightBackground: true | |
"project-manager": | |
alwaysOpenInSameWindow: true | |
welcome: | |
showOnStartup: false | |
whitespace: | |
ignoreWhitespaceOnCurrentLine: false | |
".source.ts": | |
editor: | |
preferredLineLength: 120 | |
".source.tsx": | |
editor: | |
preferredLineLength: 120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment