Skip to content

Instantly share code, notes, and snippets.

@herusdianto
Last active August 29, 2015 14:12
Show Gist options
  • Save herusdianto/d5727477993d5aa96d51 to your computer and use it in GitHub Desktop.
Save herusdianto/d5727477993d5aa96d51 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Setting
{
"font_size": 12,
"margin": 0,
"translate_tabs_to_spaces": true,
"indent_to_bracket": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"default_line_ending": "unix",
"shift_tab_unindent": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment