mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Tweak .clang-format to not wrap braces after enums.
This commit is contained in:
@@ -11,8 +11,7 @@ struct GFileSystemModel::Node {
|
||||
String name;
|
||||
Node* parent { nullptr };
|
||||
Vector<Node*> children;
|
||||
enum Type
|
||||
{
|
||||
enum Type {
|
||||
Unknown,
|
||||
Directory,
|
||||
File
|
||||
|
||||
Reference in New Issue
Block a user