Skip to content

Instantly share code, notes, and snippets.

@evaqas
Last active July 28, 2016 11:55
Show Gist options
  • Save evaqas/7984474 to your computer and use it in GitHub Desktop.
Save evaqas/7984474 to your computer and use it in GitHub Desktop.
Personal Sublime Text 3 User Settings
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, text",
"bold_folder_labels": false,
"build_systems":
[
{
"name": "Lines of code",
"shell_cmd": "sloc .",
"working_dir": "${folder}"
}
],
"color_scheme": "Packages/User/SublimeLinter/Espresso Soda (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".sass-cache",
"node_modules",
"CVS"
],
"font_size": 10,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
80
],
"soda_classic_tabs": true,
"theme": "Soda Light 3.sublime-theme",
"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