Skip to content

Instantly share code, notes, and snippets.

@tkjaergaard
Created May 31, 2013 10:23
Show Gist options
  • Select an option

  • Save tkjaergaard/5684135 to your computer and use it in GitHub Desktop.

Select an option

Save tkjaergaard/5684135 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/User/Laravel.tmTheme",
"detect_indentation": false,
"font_size": 19.0,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 7,
"line_padding_top": 7,
"tab_size": 4,
"theme": "Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment