Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Last active September 25, 2015 12:57
Show Gist options
  • Save julienbourdeau/db791f7424b59532363e to your computer and use it in GitHub Desktop.
Save julienbourdeau/db791f7424b59532363e to your computer and use it in GitHub Desktop.
Minimal Sublime Text config for PrestaShop
{
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"rulers":
[
80,
120
],
"save_on_focus_lost": false,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
}
@gRoussac
Copy link

Yo can you please add "Vintage" as "ignored_packages" because when it misses, command mode is such a pain. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment