Commit a5d5c5e
committed
fix: use cmake-format extension default behavior
By default the cmake-format extension will run the cmake-format command
in the workspace root and cmake-format will look for a usable
configuration file in the hierarchy of the file being formatted. Our
config file will be detected and used with no explicit setting here. Forcing
the setting here will produce an error with cmake-format on windows.1 parent 72ef98d commit a5d5c5e
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | 287 | | |
291 | 288 | | |
292 | 289 | | |
| |||
295 | 292 | | |
296 | 293 | | |
297 | 294 | | |
298 | | - | |
| 295 | + | |
0 commit comments