Add FixNamespaceComments

This commit is contained in:
Alexander Batalov 2023-05-30 12:56:51 +03:00
parent 03bf507893
commit 32ed3c3271
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
BasedOnStyle: WebKit
AllowShortIfStatementsOnASingleLine: WithoutElse
FixNamespaceComments: true

View File

@ -438,4 +438,4 @@ bool vcrReadEntry(VcrEntry* vcrEntry, File* stream)
return false;
}
} // fallout
} // namespace fallout