Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created January 14, 2015 20:12
Show Gist options
  • Save rdallaire/6bc1ed593be673ffcb2d to your computer and use it in GitHub Desktop.
Save rdallaire/6bc1ed593be673ffcb2d to your computer and use it in GitHub Desktop.
{
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/spectral (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"font":
[
"subpixel_antialias"
],
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"remember_open_files": true,
"remember_open_folders": true,
"rulers":
[
80
],
"save_on_focus_lost": true,
"scroll_speed": 2,
"show_encoding": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment