If we can't find a .clang-format file for the given file, default to Chromium style with the tab/spaces configuration that was provided by the client.
Still some important TODOs to address: - Improve the algorithm that converts between offsets and line/column pairs. Right now it's extremely naive. - Add proper support for a .clang-format file that specifies the coding style.