blob: c91502a257f3f092d914f56ec3dc93be0356ef23 [file] [log] [blame]
MÃ¥rten Kongstad02751232018-04-27 13:16:32 +02001BasedOnStyle: Google
2ColumnLimit: 100
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7PointerAlignment: Left