Skip to content

Instantly share code, notes, and snippets.

@gokulkrishh
Last active November 19, 2015 06:02
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 gokulkrishh/0765e77b6b91e7f56e3a to your computer and use it in GitHub Desktop.
Save gokulkrishh/0765e77b6b91e7f56e3a to your computer and use it in GitHub Desktop.
Sublime user configuration for dotfile
{
"auto_complete": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"scss",
"zip",
"bower_components"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_guides_enabled": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
90
],
"tab_size": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment