Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Last active June 15, 2016 08:16
Show Gist options
  • Save julienbourdeau/47cbd09d1a73bd6c4546 to your computer and use it in GitHub Desktop.
Save julienbourdeau/47cbd09d1a73bd6c4546 to your computer and use it in GitHub Desktop.
Sublime Text config for PrestaShop
{
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.map",
"Desktop.ini",
"*.pyc",
"Thumbs.db",
".Spotlight-V100",
".Trashes"
],
"folder_exclude_patterns":
[
".git",
".idea",
"log",
"tmp",
"node_modules"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"rulers":
[
120
],
"save_on_focus_lost": false,
"show_encoding": true,
"show_line_endings": true,
"side_bar_width": 220,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment