Skip to content

Instantly share code, notes, and snippets.

@OmeGak
Created September 25, 2014 12:08
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 OmeGak/45eaf741cac3356b54dd to your computer and use it in GitHub Desktop.
Save OmeGak/45eaf741cac3356b54dd to your computer and use it in GitHub Desktop.
My sublime project settings for developing Indico
{
"folders":
[
{
"path": "indico/src",
"file_exclude_patterns": ["*.min.js",
"*.min.css",
"lib/*",
"src/ext_modules/*/*",
"src/indico/htdocs/js/ckeditor/lang/*",
"src/indico/htdocs/static/assets/sass/*.css"],
"folder_exclude_patterns": [".tx",
".webassets-cache",
"build",
"lib/*",
"htmlcov",
"src/*.egg",
"src/.settings",
"src/ext_modules/*/*",
"src/indico/locale",
"src/MaKaC"]
}
],
"settings":
{
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"rulers": [80, 120],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true
}
}
@ThiefMaster
Copy link

*.egg-info could be excluded, too

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