Skip to content

Instantly share code, notes, and snippets.

@macobo
Created October 28, 2015 15:56
Show Gist options
  • Select an option

  • Save macobo/c30332d35fd99cdbe01a to your computer and use it in GitHub Desktop.

Select an option

Save macobo/c30332d35fd99cdbe01a to your computer and use it in GitHub Desktop.
Stuff
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"auto_complete_triggers": [
{
"characters": ".@",
"selector": "source.coffee, source.litcoffee, source.coffee.md"
}
]
}
<snippet>
<content><![CDATA[
JSON.stringify($1, null, 2)
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>stringify</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.coffee</scope>
</snippet>
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
{
"user":
{
"debug": true,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes":
[
],
"lint_mode": "load/save",
"linters":
{
"coffeelint":
{
"@disable": false,
"args":
[
],
"excludes":
[
]
}
},
"mark_style": "outline",
"no_column_highlights_line": false,
"passive_warnings": false,
"paths":
{
"linux":
[
],
"osx":
[
],
"windows":
[
]
},
"python_paths":
{
"linux":
[
],
"osx":
[
],
"windows":
[
]
},
"rc_search_limit": 3,
"shell_timeout": 10,
"show_errors_on_save": false,
"show_marks_in_minimap": true,
"syntax_map":
{
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"php": "html",
"python django": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment