Sam Warring

Results 3 issues of Sam Warring

Fixes #310 See https://cmake.org/cmake/help/v3.25/command/execute_process.html

In CMake 3.19, `execute_process` gained the `COMMAND_ERROR_IS_FATAL ` option. `cmake-format` seems to treat this as if it were additional arguments to the `COMMAND` option. Actual: ``` execute_process(COMMAND "${CMAKE_COMMAND}" --build "${BINARY_DIR}-native"...

**Is your feature request related to a problem? Please describe.** VSCode v1.86 (Jan 2024) added the multi-diff editor view which lets us view diffs for multiple files while continually scrolling...