From 8eb4a198326e0fe778c8096cfa0d47bcba363a9b Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Fri, 9 Dec 2022 00:13:39 +0000 Subject: [PATCH] SWDEV-355313 - Merge remote-tracking branch 'hip/amd-staging' into amd-staging Change-Id: I778056b2271d72812759882b98be33f8f3ea8464 --- .clang-format | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000..5572a72cdd --- /dev/null +++ b/.clang-format @@ -0,0 +1,10 @@ +Language: Cpp +BasedOnStyle: Google +AlignEscapedNewlinesLeft: false +AlignOperands: false +ColumnLimit: 100 +AlwaysBreakTemplateDeclarations: false +DerivePointerAlignment: false +IndentFunctionDeclarationAfterType: false +MaxEmptyLinesToKeep: 2 +SortIncludes: false