Skip to content

Instantly share code, notes, and snippets.

@arslanbekov
Created December 8, 2015 14:44
Show Gist options
  • Save arslanbekov/e0ad3edf29ef37ca7517 to your computer and use it in GitHub Desktop.
Save arslanbekov/e0ad3edf29ef37ca7517 to your computer and use it in GitHub Desktop.
Sublime text 3 my settings file
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache"
],
"font_face": "Meslo LG S",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"soda_classic_tabs": true,
"soda_folder_icons": false,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"material_theme_accent_lime" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment