mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-05 10:41:00 +08:00
add sublime project file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -31,6 +31,8 @@
|
||||
/build.properties
|
||||
/META-INF
|
||||
|
||||
paparazzi.sublime-workspace
|
||||
|
||||
# JetBrains (PyCharm, etc) IDE project files
|
||||
.idea
|
||||
|
||||
|
||||
45
paparazzi.sublime-project
Normal file
45
paparazzi.sublime-project
Normal file
@@ -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
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user