The code: ```cpp [[maybe_unused]] int a; [[maybe_unused]] foo<int> b; ``` is formatted to: ```cpp [[maybe_unused]] int a; [[maybe_unused]] foo<int> b; ``` any variable template is indented like this, making it inconsistent with non-templated variable definitions.