Skip to content

Instantly share code, notes, and snippets.

@tildebyte
Created December 3, 2015 03:06
Show Gist options
  • Save tildebyte/f69343b922d72af59069 to your computer and use it in GitHub Desktop.
Save tildebyte/f69343b922d72af59069 to your computer and use it in GitHub Desktop.
atom config.cson
"*":
"exception-reporting":
userId: ""
welcome:
showOnStartup: false
"sync-settings":
_analyticsUserId: ""
analytics: false
personalAccessToken: ""
gistId: ""
_lastBackupHash: ""
core:
themes: [
"atom-material-ui"
"atom-material-syntax"
]
projectHome: "/Users/____/Dropbox/stuff"
disabledPackages: [
"autocomplete-julia"
"language-julia"
"sync-settings"
"dash"
]
editor:
invisibles: {}
backUpBeforeSaving: true
fontFamily: "Office Code Pro D"
preferredLineLength: 78
showIndentGuide: true
tabLength: 4
tabType: "soft"
fontSize: 12
"atom-material-ui":
depth: true
panelContrast: true
showTabIcons: "Show on all tabs"
tabSize: "Small"
useRobotoInUI: true
"local-history": {}
"color-picker":
automaticReplace: true
uppercaseColorValues: true
"git-diff":
showIconsInEditorGutter: true
"gist-it":
userToken: ""
"autocomplete-python":
useSnippets: "required"
"python-autopep8": {}
pigments:
groupPaletteColors: "by file"
markerType: "outline"
mergeColorDuplicates: true
sortPaletteColors: "by color"
minimap:
plugins:
"git-diff": true
"highlight-selected": true
linter:
statusIconScope: "File"
"linter-pylint": {}
"linter-javac":
javaExecutablePath: ""
"linter-flake8":
maxLineLength: 132
"autocomplete-plus":
confirmCompletion: "tab"
whitespace:
ignoreWhitespaceOnlyLines: true
"tree-view":
hideVcsIgnoredFiles: true
tabs:
enableVcsColoring: true
usePreviewTabs: true
"markdown-preview":
useGitHubStyle: true
"find-and-replace":
focusEditorAfterSearch: true
scrollToResultOnLiveSearch: true
"highlight-selected":
lightTheme: true
pandoc:
cmd: "C:\\Users\\____\\.atom\\packages\\pandoc-convert\\node_modules\\.bin\\pandoc.cmd"
args: "-f textile -s -S --self-contained --normalize -t html5 --ascii"
@stanhub3
Copy link

Config.cson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment