Skip to content

Instantly share code, notes, and snippets.

@viko16
Created February 24, 2016 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viko16/8af2d27425a8db777f9c to your computer and use it in GitHub Desktop.
Save viko16/8af2d27425a8db777f9c to your computer and use it in GitHub Desktop.
Atom 自己的配置
"*":
"atom-beautify":
_analyticsUserId: "c4bbb6d5-8b8e-42b0-ae10-07a10722a74b"
analytics: false
"atom-csscomb":
indentSize: 4
"atom-material-ui":
fonts:
fontSize: 14
tabs: {}
ui: {}
"autocomplete-plus":
minimumWordLength: 2
core:
destroyEmptyPanes: false
disabledPackages: [
"atom-css-comb"
"fuse"
]
projectHome: "/Users/wenhao/workspace"
themes: [
"material-ui"
"chester-atom-syntax"
]
editor:
backUpBeforeSaving: true
fontFamily: "Monaco"
fontSize: 12
invisibles: {}
preferredLineLength: 800
tabLength: 4
"exception-reporting":
userId: "85b4bd21-6ef6-25bc-bd4f-fc5351be590f"
fuse: {}
"jsdoc-generator": {}
jsformat:
format_on_save: false
space_in_paren: true
"language-babel":
allowLocalOverride: true
suppressTranspileOnSaveMessages: true
minimap:
plugins:
"git-diff": false
textOpacity: 1
"one-dark-ui": {}
"svg-preview": {}
tabs:
usePreviewTabs: true
welcome:
showOnStartup: false
".babel.regexp.source":
editor:
preferredLineLength: 800
".basic.html.text":
editor:
preferredLineLength: 800
".blade.html.php.text":
editor:
preferredLineLength: 800
".css.less.source":
editor:
preferredLineLength: 800
".html.text.vue":
editor:
preferredLineLength: 800
".js.jsx.source":
editor:
preferredLineLength: 800
".source.uno":
editor:
preferredLineLength: 800
".stuff.text":
editor:
preferredLineLength: 800
".svg.text.xml":
editor:
tabLength: 4
".text.todo":
editor:
preferredLineLength: 800
".text.unoconfig":
editor:
preferredLineLength: 800
".text.unoproj":
editor:
preferredLineLength: 800
".text.unosln":
editor:
preferredLineLength: 800
".text.ux":
editor:
preferredLineLength: 800
".text.uxl":
editor:
preferredLineLength: 800
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment