mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 05:10:59 +00:00
Add FixNamespaceComments
This commit is contained in:
parent
03bf507893
commit
32ed3c3271
@ -1,2 +1,3 @@
|
||||
BasedOnStyle: WebKit
|
||||
AllowShortIfStatementsOnASingleLine: WithoutElse
|
||||
FixNamespaceComments: true
|
||||
|
@ -438,4 +438,4 @@ bool vcrReadEntry(VcrEntry* vcrEntry, File* stream)
|
||||
return false;
|
||||
}
|
||||
|
||||
} // fallout
|
||||
} // namespace fallout
|
||||
|
Loading…
Reference in New Issue
Block a user