enum FormatStyle::SpacesInAnglesStyle

Description

Styles for adding spacing after `` < `` and before ``>` in template argument lists.

Declared at: clang/include/clang/Format/Format.h:3620

Enumerators

NameValueComment
SIAS_Never0Remove spaces after `` < `` and before ``>``.
SIAS_Always1Add spaces after `` < `` and before ``>``.
SIAS_Leave2Keep a single space after `` < `` and before ``>`` if any spaces were present. Option ``Standard: Cpp03`` takes precedence.