Added SimpleWeb::Date::to_string to create HTTP date strings

This commit is contained in:
eidheim 2019-07-31 15:23:50 +02:00
commit 83788f3885
3 changed files with 69 additions and 0 deletions

View file

@ -7,3 +7,4 @@ SpaceBeforeParens: Never
BreakBeforeBraces: Custom
BraceWrapping: {BeforeElse: true, BeforeCatch: true}
NamespaceIndentation: All
AllowShortCaseLabelsOnASingleLine: true