1 Star 0 Fork 0

Teddy-Ma / atom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init.coffee 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ma Lucheng 提交于 2015-02-06 01:24 . init
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#
# atom.workspaceView.eachEditorView (editorView) ->
# editor = editorView.getEditor()
# if path.extname(editor.getPath()) is '.md'
# editor.setSoftWrapped(true)
CoffeeScript
1
https://gitee.com/mlc880926/atom.git
git@gitee.com:mlc880926/atom.git
mlc880926
atom
atom
master

搜索帮助