Skip to content

Instantly share code, notes, and snippets.

@stefanahman
Created November 5, 2013 21:21
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 stefanahman/7326545 to your computer and use it in GitHub Desktop.
Save stefanahman/7326545 to your computer and use it in GitHub Desktop.
This is my Sublime Text 3 User settings file, Plugins used: BracketHighlighter, ColorPicker, DocBlockr, GitGutter, HTML5, LaTeXTools, Package Control, SublimeCodeIntel, Theme - Soda
{
"binary_file_patterns":
[
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.ico", "*.pdf",
"*.jar", "*.zip",
"*/min/*.js",
"*/min/*.css",
"*/min/*.map"
],
"bold_folder_labels": true,
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"dictionary": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
// C/C++
"*.exe", "*.dll", "*.obj", "*.o", "*.a", "*.lib", "*.so", "*.dylib",
// Latex
"*.aux", "*.bbl", "*.blg", "*.fdb_latexmk", "*.log", "*.out", "*.gz", "*.pdf",
// Java
"*.class",
// OS X
".DS_Store",
// Pyton
"*.pyc", "*.pyo",
// Windows
"*.db", "cache.properties",
],
"file_selected_text": true,
"folder_exclude_patterns":
[
".git",
"bin",
"node_modules",
"out"
],
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"save_on_focus_lost": true,
"scroll_past_end": true,
"soda_classic_tabs": false,
"soda_folder_icons": true,
"spell_check": false,
"tab_completion": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"word_wrap": true,
"wrap_width": 95
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment