ladybird/Kernel/TTY
Robin Burchell 0dc9af5f7e Add clang-format file
Also run it across the whole tree to get everything using the One True Style.
We don't yet run this in an automated fashion as it's a little slow, but
there is a snippet to do so in makeall.sh.
2019-05-28 17:31:20 +02:00
..
MasterPTY.cpp Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 2019-04-29 13:58:40 +02:00
MasterPTY.h Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 2019-04-29 13:58:40 +02:00
PTYMultiplexer.cpp Kernel: Assign Lock names in class member initializers. 2019-05-02 03:28:20 +02:00
PTYMultiplexer.h Add clang-format file 2019-05-28 17:31:20 +02:00
SlavePTY.cpp Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 2019-04-29 13:58:40 +02:00
SlavePTY.h Add clang-format file 2019-05-28 17:31:20 +02:00
TTY.cpp Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. 2019-04-29 13:58:40 +02:00
TTY.h Add clang-format file 2019-05-28 17:31:20 +02:00
VirtualConsole.cpp Replace various copies of parse_uint(String) with String::to_uint(). 2019-05-08 19:21:51 +02:00
VirtualConsole.h Add clang-format file 2019-05-28 17:31:20 +02:00