mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Update .clang-format to not indent nested namespaces
This commit is contained in:
parent
15d5b2d29e
commit
1ec4771904
Notes:
sideshowbarker
2024-07-19 08:19:10 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1ec47719042
1 changed files with 1 additions and 0 deletions
|
@ -10,3 +10,4 @@ IndentPPDirectives: AfterHash
|
|||
BreakBeforeBraces: Custom
|
||||
BraceWrapping:
|
||||
AfterFunction: true
|
||||
NamespaceIndentation: None
|
||||
|
|
Loading…
Reference in a new issue