Skip to content

Instantly share code, notes, and snippets.

@saniyat
Last active April 16, 2018 19:39
Show Gist options
  • Save saniyat/4278216c7a233f527f94 to your computer and use it in GitHub Desktop.
Save saniyat/4278216c7a233f527f94 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Hero/Hero Dark.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
"*.tmLanguage.cache",
"*.tmPreferences.cache",
"*.psd",
"*.psb",
"*.png",
"*.gif",
"*.jpg",
"*.jpeg",
"Gemfile.lock",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.ico",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"*.mov",
"*.mp3",
"*.mp4",
"*.swf",
"*.xls",
"*.bak",
"*.backup",
"*.acorn",
"*.license",
"*.zargo*"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"*.esproj",
"*.tiles",
"*.svn"
],
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Drupal Project Autocomplete",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"open_files_in_new_window": false,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Hero Dark.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": "./-\\()\"':,.;<>~!@#%^&*|+=[]{}`~?"
}
@saniyat
Copy link
Author

saniyat commented Apr 16, 2018

{
"auto_complete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"color_scheme": "Packages/User/SublimeLinter/primer.dark (SL).tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_minimap_border": true,
"enable_tab_scrolling": true,
"enable_telemetry": "false",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"file_exclude_patterns":
[
".tmLanguage.cache",
"
.tmPreferences.cache",
".psd",
"
.psb",
".png",
"
.gif",
".jpg",
"
.jpeg",
"Gemfile.lock",
".pyc",
"
.pyo",
".exe",
"
.dll",
".ico",
"
.obj",
".o",
"
.a",
".lib",
"
.so",
".dylib",
"
.ncb",
".sdf",
"
.suo",
".pdb",
"
.idb",
".DS_Store",
".pdf",
"
.mov",
".mp3",
"
.mp4",
".swf",
"
.xls",
".bak",
"
.backup",
".acorn",
"
.license",
".zargo"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
".esproj",
"
.tiles",
".svn",
".idea"
],
"font_size": 11.5,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"open_files_in_new_window": false,
"scroll_past_end": true,
"scroll_speed": 4.0,
"shift_tab_unindent": true,
"show_line_endings": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Primer Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./-\()"':,.;<>~!@#%^&
|+=[]{}`~?",
"word_wrap": true
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment