view .clang-format @ 35447:e28dedf4ff43

tests: fix the check-code rule for testing non-existent files I missed this in feecfefeba25.
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 16 Dec 2017 12:34:40 -0500
parents e33381d95930
children d0a3fa849cb8
line wrap: on
line source

BasedOnStyle: LLVM
IndentWidth: 8
UseTab: ForIndentation
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false