Skip to content

Instantly share code, notes, and snippets.

@herusdianto
Last active August 29, 2015 14:07
Show Gist options
  • Save herusdianto/4dceb9e19b9f807bdaf0 to your computer and use it in GitHub Desktop.
Save herusdianto/4dceb9e19b9f807bdaf0 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Setting
{
"auto_complete_delay": 0,
"caret_style": "phase",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"font_face": "Ubuntu Mono",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_to_bracket": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 0,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment