From c1676cb0f1dc411c48f5036495edfa4718c3dde8 Mon Sep 17 00:00:00 2001 From: Rick Altherr Date: Mon, 8 Jan 2018 13:21:15 -0800 Subject: [PATCH] clang-format configuration Based on Chromium style with the following changes: - Tabs used for indentation - Indentation is 8 characters Signed-off-by: Rick Altherr --- .clang-format | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..5ab2809b --- /dev/null +++ b/.clang-format @@ -0,0 +1,5 @@ +--- +Language: Cpp +BasedOnStyle: Chromium +IndentWidth: 8 +UseTab: ForIndentation