Fix MSVC warnings with u64 keys
[junction.git] / .clang-format
1 ColumnLimit: 130
2 IndentWidth: 4
3 UseTab: Never
4 AccessModifierOffset: -4
5 NamespaceIndentation: None
6 DerivePointerAlignment: false
7 PointerAlignment: Left
8 SpaceAfterCStyleCast: true
9 AllowShortFunctionsOnASingleLine: None
10 AlwaysBreakTemplateDeclarations: true