rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.8k stars 313 forks source link

Update .clang-format file for newer syntax #336

Closed z-aki closed 3 years ago

z-aki commented 3 years ago

The older syntax was giving some errors while parsing YML while using Sublime Text plugin. The column width syntax has been updated to limit the horizontal overflow, and make multiple-window setup readable :)

This needs a follow up commit by you which formats the source code with the correct clang-format version. 11 is the latest release. Please let contributors know which version to use, as they produce different results.

In a separate PR, I might add CI support for running it on PRs.