Skip to content

Instantly share code, notes, and snippets.

@mauryaratan
Last active December 17, 2015 13:59
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 mauryaratan/5621209 to your computer and use it in GitHub Desktop.
Save mauryaratan/5621209 to your computer and use it in GitHub Desktop.
My Sublime Text settings. Better to keep the safe and open.
{
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_Store",
"*.git",
"*.sass-cache"
],
"folder_exclude_patterns":
[
"*.sass-cache",
"*node_modules"
],
"font_face": "Fira Mono",
"font_size": 13.5,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets": true,
"match_selection": true,
"match_tags": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"smart_indent": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"line_padding_top": 1,
"line_padding_bottom": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment