stm32f4-nucleo-test/libopencm3/locm3.sublime-project
Arti Zirk 2de3a91b0a 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:   "???"
2023-01-21 18:31:08 +02:00

36 lines
486 B
Plaintext

{
"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"]
}
]
}