Skip to content

Instantly share code, notes, and snippets.

@Josef-Friedrich
Last active August 29, 2015 14:25
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 Josef-Friedrich/30bc13a5ad91bd9b9f83 to your computer and use it in GitHub Desktop.
Save Josef-Friedrich/30bc13a5ad91bd9b9f83 to your computer and use it in GitHub Desktop.
project.sublime-project
{
"folders":
[
{
"path": "/home/user/project"
"folder_exclude_patterns": [".git", ".settings"],
"file_exclude_patterns": ["*.tmLanguage", ".tmTheme"]
}
],
"settings":
{
"auto_indent": true,
"rulers":
[
72
],
"smart_indent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment