git subrepo clone https://github.com/libopencm3/libopencm3.git
subrepo: subdir: "libopencm3" merged: "88e91c9a7cce" upstream: origin: "https://github.com/libopencm3/libopencm3.git" branch: "master" commit: "88e91c9a7cce" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
35
libopencm3/locm3.sublime-project
Normal file
35
libopencm3/locm3.sublime-project
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"folders":
|
||||
[
|
||||
{
|
||||
"path": ".",
|
||||
"file_exclude_patterns":
|
||||
[
|
||||
"*.o",
|
||||
"*.a",
|
||||
"*.d",
|
||||
"*.sublime-project",
|
||||
"*.sublime-workspace",
|
||||
"*.swp"
|
||||
],
|
||||
"folder_exclude_patterns":
|
||||
[
|
||||
]
|
||||
}
|
||||
],
|
||||
"settings":
|
||||
{
|
||||
"tab_size": 8,
|
||||
"translate_tabs_to_spaces": false,
|
||||
"rulers": [80]
|
||||
},
|
||||
"build_systems":
|
||||
[
|
||||
{
|
||||
"name": "libopencm3",
|
||||
"working_dir": "${project_path}",
|
||||
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
||||
"cmd": ["make"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user