- Specify that the .clang-tidy file is in YAML format.
- Document the options that may be used in the .clang-tidy file,
- Add missing documentation for existing options (User).
- Fix spurious newline after the dash that comes after every command-line option. This was inconsistent with single-line descriptions, which lacked a newline. The description is now aligned with the dash and the corresponding command-line option, more visually pleasing.
This enables documenting upcoming global clang-tidy
configuration options.
This seems a bit of a needless change, if you want to remove the newline, just in date the raw string literal and remove the empty line