Skip to content

Instantly share code, notes, and snippets.

@var-bin
Last active July 1, 2017 12:04
Show Gist options
  • Save var-bin/b3c13be51a0e44ebdc67851552be7d52 to your computer and use it in GitHub Desktop.
Save var-bin/b3c13be51a0e44ebdc67851552be7d52 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 22,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [
"Autoprefixer",
"BracketHighlighter",
"SideBarEnhancements",
"SideBarGit",
"Vintage"
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "predawn-DEV.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