mirror of
https://github.com/mjansson/rpmalloc.git
synced 2026-01-15 19:41:17 +01:00
46 lines
826 B
Plaintext
Vendored
46 lines
826 B
Plaintext
Vendored
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"file_regex": "^(.+):([0-9]+):([0-9]+):(.+)$",
|
|
"name": "Ninja",
|
|
"shell_cmd": "ninja",
|
|
"working_dir": "${project_path:${folder:${file_path}}}/.."
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "../rpmalloc"
|
|
},
|
|
{
|
|
"follow_symlinks": true,
|
|
"path": "../test"
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"AStyleFormatter":
|
|
{
|
|
"options_default":
|
|
{
|
|
"align-pointer": "type",
|
|
"break-after-logical": true,
|
|
"break-closing-brackets": true,
|
|
"indent-cases": true,
|
|
"indent-switches": false,
|
|
"max-code-length": 100,
|
|
"max-instatement-indent": 60,
|
|
"pad-header": true,
|
|
"pad-oper": false,
|
|
"style": "attach",
|
|
"unpad-paren": true
|
|
}
|
|
}
|
|
},
|
|
"translate_tabs_to_spaces": false,
|
|
"trim_trailing_white_space_on_save": true,
|
|
"use_tab_stops": true
|
|
}
|