Skip to content

Instantly share code, notes, and snippets.

@gillesdemey
Created June 18, 2014 18:20
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 gillesdemey/ab4a4258c32b8fc71acf to your computer and use it in GitHub Desktop.
Save gillesdemey/ab4a4258c32b8fc71acf to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"default_line_ending": "unix",
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"scroll_past_end": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment