Skip to content

Instantly share code, notes, and snippets.

@trungv0
Last active August 29, 2015 14:22
Show Gist options
  • Save trungv0/2ec544b42eadd04daef2 to your computer and use it in GitHub Desktop.
Save trungv0/2ec544b42eadd04daef2 to your computer and use it in GitHub Desktop.
sublime settings
{
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"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