Skip to content

Instantly share code, notes, and snippets.

@mavisland
Created September 8, 2015 15:59
Show Gist options
  • Select an option

  • Save mavisland/ae5e31ee40067c367845 to your computer and use it in GitHub Desktop.

Select an option

Save mavisland/ae5e31ee40067c367845 to your computer and use it in GitHub Desktop.
Sublime Text 3 Workflow
{
"color_scheme": "Packages/Predawn/predawn-markdown.tmTheme",
"draw_centered": true, // Centers the column in the window
"draw_indent_guides": false,
"font_size": 15,
"trim_trailing_white_space_on_save": false,
"word_wrap": true,
"wrap_width": 80 // Sets the # of characters per line
}
{
"in_process_packages":
[
],
"installed_packages":
[
"Alignment",
"AutoBackups",
"Bootstrap 3 Snippets",
"Color Highlighter",
"CSS Comments",
"CSS3",
"Emmet",
"HTML Boilerplate",
"LESS",
"Package Control",
"Predawn",
"SideBarEnhancements",
"SublimeREPL"
]
}
{
"always_prompt_for_file_reload": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"copy_with_empty_selection": false,
"default_encoding": "UTF-8",
"draw_minimap_border": true,
"draw_white_space": "all",
"findreplace_small": true,
"font":
[
"subpixel_antialias"
],
"font_face": "Monaco",
"font_options":
[
"no_round"
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"sidebar_large": true,
"tabs_medium": true,
"theme": "predawn.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment