Skip to content

Instantly share code, notes, and snippets.

@jehadassaf
Created September 24, 2015 07:45
Show Gist options
  • Save jehadassaf/30b94dddb273616d1836 to your computer and use it in GitHub Desktop.
Save jehadassaf/30b94dddb273616d1836 to your computer and use it in GitHub Desktop.
Sublime Text 3 preferences
{
"ignored_packages":
[
"Vintage"
],
"font_face": "Source Code Pro",
"font_size": 12,
"line_padding_top": 2,
"line_padding_bottom": 2,
"theme": "Material-Theme.sublime-theme",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"use_simple_full_screen": true,
"default_encoding": "UTF-8",
"fallback_encoding": "UTF-8",
"default_line_ending": "system",
"auto_indent": true,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment