mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 01:42:17 +00:00
The following command was used to clang-format these files: clang-format-18 -i $(find . \ -not \( -path "./\.*" -prune \) \ -not \( -path "./Base/*" -prune \) \ -not \( -path "./Build/*" -prune \) \ -not \( -path "./Toolchain/*" -prune \) \ -not \( -path "./Ports/*" -prune \) \ -type f -name "*.cpp" -o -name "*.mm" -o -name "*.h") There are a couple of weird cases where clang-format now thinks that a pointer access in an initializer list, e.g. `m_member(ptr->foo)`, is a lambda return statement, and it puts spaces around the `->`. |
||
---|---|---|
.. | ||
arch | ||
devices | ||
archctl.cpp | ||
archctl.h | ||
auxv.cpp | ||
auxv.h | ||
cdefs.h | ||
device.h | ||
file.cpp | ||
file.h | ||
internals.h | ||
ioctl.h | ||
mman.cpp | ||
mman.h | ||
param.h | ||
poll.h | ||
prctl.cpp | ||
prctl.h | ||
ptrace.cpp | ||
ptrace.h | ||
resource.h | ||
select.cpp | ||
select.h | ||
socket.cpp | ||
socket.h | ||
stat.h | ||
statvfs.cpp | ||
statvfs.h | ||
sysmacros.h | ||
time.h | ||
times.h | ||
ttydefaults.h | ||
types.h | ||
uio.cpp | ||
uio.h | ||
un.h | ||
utsname.h | ||
wait.cpp | ||
wait.h |