Use formatting with clang-format with a large file that takes > 10 seconds. Formatting will fail (might only repro on Windows?). I think we may have added the 10 second timeout to work around a case ...
Currently the VSCode formatting tries to guess if the table is a vertical or horizontal table based on the number of columns. For the most part this works well for data tables. However, the same logic ...