Skip to content

Instantly share code, notes, and snippets.

@stephanecoinon
Created July 29, 2014 20:43
Show Gist options
  • Save stephanecoinon/8f4b8a4189cc8553aa72 to your computer and use it in GitHub Desktop.
Save stephanecoinon/8f4b8a4189cc8553aa72 to your computer and use it in GitHub Desktop.
My sublime text preferences
{
"bold_folder_labels": true,
"color_scheme": "Packages/daylerees-themes/sublime/peel.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "peel.sublime-theme",
"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