mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-07 08:15:34 +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