Skip to content

Instantly share code, notes, and snippets.

@hkulekci
Created June 5, 2014 20:47
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 hkulekci/22b08cb21f96f935e822 to your computer and use it in GitHub Desktop.
Save hkulekci/22b08cb21f96f935e822 to your computer and use it in GitHub Desktop.
My Sublime Settings
{
"translate_tabs_to_spaces": true,
"tab_size": 4,
"rulers": [80, 120],
"caret_style": "phase",
"match_brackets_angle": true,
"trim_trailing_white_space_on_save": true,
"fallback_encoding": "UTF-8",
"show_encoding": true,
"show_line_endings": true,
"open_files_in_new_window": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment