Skip to content

Instantly share code, notes, and snippets.

@kane-thornwyrd
Created August 21, 2013 08:05
Show Gist options
  • Save kane-thornwyrd/6291600 to your computer and use it in GitHub Desktop.
Save kane-thornwyrd/6291600 to your computer and use it in GitHub Desktop.
My Sublime Text Config
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/JavaScriptNext - ES6 Syntax/JavaScriptNext.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_face": "Monaco",
"font_size": 9,
"highlight_line": true,
"ignored_packages":
[
"PhpNamespace",
"LESS",
"Vintage",
"Theme - Cobalt2",
"JavaScriptNext - ES6 Syntax",
"pastebin-sublime-plugin",
"PHP Refactor",
"PHP Haml",
"Markdown Preview",
"MarkdownTOC",
"Theme - Phoenix",
"JSHint Gutter"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": false,
"match_brackets_angle": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"shift_tab_unindent": true,
"show_tab_close_buttons": false,
"tab_completion": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment