Skip to content

Instantly share code, notes, and snippets.

@saki007ster
Forked from pratik60/Preferences.sublime-settings
Last active September 7, 2016 08:51
Show Gist options
  • Save saki007ster/3c1ccc67c7dc028f9f94 to your computer and use it in GitHub Desktop.
Save saki007ster/3c1ccc67c7dc028f9f94 to your computer and use it in GitHub Desktop.
my preferences - pre material
{
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Seti_UX/Seti.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.pyc",
"*.scssc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".bower-cache",
".bower-registry",
".bower-tmp",
".sass-cache"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 17.0,
"highlight_line": true,
"ignored_packages":
[
"SublimeLinter-rubocop",
"Stylus",
"Open-Include",
"DocBlockr",
"TrailingSpaces",
"Theme - Soda",
"Syntax Highlighting for Sass",
"Vintage",
"GitGutter",
"PHP Completions Kit",
"Markdown"
],
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"rulers":
[
100
],
"shift_tab_unindent": true,
"smart_indent": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment