mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-09 23:04:07 +00:00
30 lines
457 B
Plaintext
30 lines
457 B
Plaintext
{
|
|
"folders":
|
|
[
|
|
{
|
|
"path": ".",
|
|
"folder_exclude_patterns": ["build"],
|
|
},
|
|
],
|
|
"settings":
|
|
{
|
|
"ClangFormat":
|
|
{
|
|
"style": "File",
|
|
"format_on_save": true
|
|
},
|
|
"trim_trailing_white_space_on_save": true,
|
|
"ensure_newline_at_eof_on_save": false,
|
|
},
|
|
"build_systems":
|
|
[
|
|
{
|
|
"name": "CMake",
|
|
"working_dir": "${project_path}/build",
|
|
"cmd": ["make && ctest"],
|
|
"shell": true,
|
|
"file_regex": "/([^/:]+):(\\d+):(\\d+): ",
|
|
}
|
|
]
|
|
}
|