[libcxx-commits] [PATCH] D153289: [libc++] Make sure our .clang-format is used for all languages

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 19 08:30:22 PDT 2023


Mordante accepted this revision.
Mordante added a comment.

Thanks! LGTM!



================
Comment at: libcxx/.clang-format:69
 
-Language: Cpp
 Standard: c++20
 SpacesInAngles: Leave
----------------
Can you add a comment here why we don't specify the language.
Just to avoid somebody trying to fix this "omission" in the future.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153289/new/

https://reviews.llvm.org/D153289



More information about the libcxx-commits mailing list