Skip to content

Instantly share code, notes, and snippets.

@hakopako
Created July 8, 2014 03:39
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 hakopako/4502753d4fd43160bffb to your computer and use it in GitHub Desktop.
Save hakopako/4502753d4fd43160bffb to your computer and use it in GitHub Desktop.
sublime text setting
{
"caret_style": "phase",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_top": 5,
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment