Skip to content

Instantly share code, notes, and snippets.

@larssmit
Last active August 29, 2015 13:58
Show Gist options
  • Save larssmit/10117011 to your computer and use it in GitHub Desktop.
Save larssmit/10117011 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
# Github Theme
# GitGutter
# SidebarEnhancements
# Alignment
# SASS
{
"bold_folder_labels": true,
"color_scheme": "Packages/Github Color Theme/GitHub.tmTheme",
"font_face": "Input Mono",
"font_options": "subpixel_antialias",
"font_size": 14,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 10,
"rulers":
[
80
],
"word_wrap": false,
"show_full_path": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"hot_exit": false,
"remember_open_files": false,
"draw_white_space": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment