ladybird/Userland
William McPherson 2479ead718 Everywhere: Remove unnecessary clang-format offs
Mostly due to the fact that clang-format allows aligned comments via
AlignTrailingComments.

We could also use raw string literals in inline asm, which clang-format
deals with properly (and would be nicer in a lot of places).
2021-03-04 11:01:48 +01:00
..
Applications FileManager: Add launch handler actions to desktop context menu 2021-03-03 21:53:01 +01:00
Demos Cube: Add an argument for the "frameless cube" option 2021-03-03 11:03:34 +01:00
DevTools Profiler: Symbolicate addresses in non-PIE ELF objects 2021-03-03 23:13:26 +01:00
DynamicLoader LibC: Add x86_64 implementation of setjmp() and longjmp() 2021-02-25 16:27:12 +01:00
Games Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Libraries Everywhere: Remove unnecessary clang-format offs 2021-03-04 11:01:48 +01:00
MenuApplets Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
Services WindowServer: Mark screen dirty when changing highlighted window 2021-03-03 08:20:11 +01:00
Shell Shell: Remove WAITID_ONCE workaround 2021-02-28 18:19:37 +01:00
Tests AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE 2021-03-03 20:19:24 +01:00
Utilities Userland: Gate OSC 9 usage in test-js behind an argument 2021-03-02 09:00:21 +01:00
CMakeLists.txt Build: Build Userland with -O2, Kernel with -Os 2021-02-24 11:38:52 +01:00