Skip to content

Instantly share code, notes, and snippets.

@eser
Last active January 11, 2016 13:30
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eser/ebe57b4ff6641b0938be to your computer and use it in GitHub Desktop.
Save eser/ebe57b4ff6641b0938be to your computer and use it in GitHub Desktop.
My Sublime Text 3 user configuration
{
"extensions":
[
"md"
],
"color_scheme": "Packages/Theme - Afterglow/Afterglow-markdown.tmTheme",
"draw_centered": true,
"draw_indent_guides": false,
"trim_trailing_white_space_on_save": false,
"word_wrap": true,
"wrap_width": 80
}
{
"ignored_packages":
[
"Markdown",
"Vintage"
],
"theme": "Afterglow.sublime-theme",
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"font_face": "Inconsolata-g",
"font_size": 12,
"caret_extra_width": 2,
"caret_style": "phase",
"gutter": false,
"highlight_line": true,
"highlight_modified_tabs": true,
"line_numbers": false,
"spell_check": true,
"word_wrap": false,
"preview_on_click": false,
"copy_with_empty_selection": false,
"scroll_past_end": false,
"auto_match_enabled": false,
"match_brackets": false,
"shift_tab_unindent": true,
"tab_size": 4,
"use_tab_stops": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"status_bar_brighter": true,
"tabs_padding_small": true,
"tabs_small": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment