Add FixNamespaceComments
This commit is contained in:
parent
03bf507893
commit
32ed3c3271
|
@ -1,2 +1,3 @@
|
||||||
BasedOnStyle: WebKit
|
BasedOnStyle: WebKit
|
||||||
AllowShortIfStatementsOnASingleLine: WithoutElse
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||||||
|
FixNamespaceComments: true
|
||||||
|
|
|
@ -438,4 +438,4 @@ bool vcrReadEntry(VcrEntry* vcrEntry, File* stream)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // fallout
|
} // namespace fallout
|
||||||
|
|
Loading…
Reference in New Issue