Skip to content

Instantly share code, notes, and snippets.

@floxyz
Last active December 11, 2015 11:19
Show Gist options
  • Save floxyz/4593248 to your computer and use it in GitHub Desktop.
Save floxyz/4593248 to your computer and use it in GitHub Desktop.
My current Sublime Text 2 Configuration
{
"added_words":
[
"metadata",
"smartphone",
"prefetch",
"screenshot",
"downlink",
"uplink",
"Paderborn"
],
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin, text.plain, text.tex.latex",
"bold_folder_labels": true,
"caret_extra_width": 0,
"caret_style": "wide",
"color_scheme": "Packages/User/Afterglow (SublimePythonIDE).tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Git",
"Vintage"
],
"inverse_caret_state": false,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"python_interpreter": "/usr/bin/python3",
"scroll_past_end": true,
"tab_font_small": true,
"tab_height_short": true,
"tab_size": 4,
"tabs_padding_medium": true,
"tabs_small": true,
"theme": "Afterglow.sublime-theme",
"trim_trailing_whitespace_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment