Skip to content

Instantly share code, notes, and snippets.

@itolssy
Created May 14, 2014 03:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itolssy/189d7ff2dfac2e6bc167 to your computer and use it in GitHub Desktop.
Save itolssy/189d7ff2dfac2e6bc167 to your computer and use it in GitHub Desktop.
Sublime text 3 user settings
{
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/3024 Color Scheme/3024 Night.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
".DS_Store",
"*.exe",
"*.lib",
"*.log",
"*.o"
],
"folder_exclude_patterns":
[
".git",
".svn",
],
"font_face": "Inconsolata",
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"tab_size": 4,
"theme": "Numix.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment