Skip to content

Commit

Permalink
add sublime project file
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 10, 2014
1 parent 557c011 commit 5b7ef47
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
/build.properties
/META-INF

paparazzi.sublime-workspace

# JetBrains (PyCharm, etc) IDE project files
.idea

Expand Down
45 changes: 45 additions & 0 deletions paparazzi.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"file_exclude_patterns":
[
"*.swp",
".emacs*",
"*.o",
"*.a",
"*.d",
"*.depend",
"*.so",
"*.out",
"*.cmo",
"*.cma",
"*.cmi",
"*.cmx",
"*.cmxa",
"*.sublime-project",
"*.sublime-workspace",
".project",
".cproject",
".pydevproject"
],
"folder_exclude_patterns":
[
".settings",
".idea",
".vagrant",
"var"
]
}
],
"settings":
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
},
}

0 comments on commit 5b7ef47

Please sign in to comment.