Skip to content

Instantly share code, notes, and snippets.

@jinzhubaofu
Last active August 29, 2015 14:13
Show Gist options
  • Save jinzhubaofu/714114e99ffabfadbb27 to your computer and use it in GitHub Desktop.
Save jinzhubaofu/714114e99ffabfadbb27 to your computer and use it in GitHub Desktop.
sublimetext configs
<snippet>
<content><![CDATA[
/**
* @file ${1:file description}
* @author leon<lupengyu@baidu.com>
*/
define(function (require) {
${1:// body}
});
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>amd</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.js</scope>
</snippet>
[
{ "keys": ["alt+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]
{
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
"theme": "itg.flat.dark.green.sublime-theme",
"itg_sidebar_tree_xlarge": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"ignored_packages":
[
"Vintage",
"Phpcs"
],
"rulers":
[
120
],
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment