From afef1c979c0955a7bced155ea91984acda067429 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 6 Nov 2015 21:45:02 -0800 Subject: Apply clang-format to all files Apologies that this uses my preferred formatting style: mostly the same as Linux, but without a break between function and brace. Adds spaces in a few places they weren't before. --- .clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .clang-format (limited to '.clang-format') diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c429e97 --- /dev/null +++ b/.clang-format @@ -0,0 +1,6 @@ +IndentWidth: 8 +UseTab: Always +BreakBeforeBraces: Attach +IndentCaseLabels: true +AllowShortFunctionsOnASingleLine: false +ColumnLimit: 100 -- cgit v1.2.3