From af08d00976ebe9865ad6cb1bc927c0e474ec8852 Mon Sep 17 00:00:00 2001 From: John Sheu <sheu@google.com> Date: Mon, 22 Apr 2019 21:41:37 +0000 Subject: [PATCH] [wlan] Remove .clang-format for connectivity/wlan/drivers clang-format is not currently enforced for this directory, so we remove these custom options so we converge with Fuchsia style going forward. Change-Id: Ia8448cf38a731bebca1318130dfa6342986b4b1c --- src/connectivity/wlan/drivers/.clang-format | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/connectivity/wlan/drivers/.clang-format diff --git a/src/connectivity/wlan/drivers/.clang-format b/src/connectivity/wlan/drivers/.clang-format deleted file mode 100644 index c13a47a187d..00000000000 --- a/src/connectivity/wlan/drivers/.clang-format +++ /dev/null @@ -1,10 +0,0 @@ -BasedOnStyle: Chromium -IndentWidth: 4 -ColumnLimit: 100 -AllowShortFunctionsOnASingleLine: Inline -AllowAllParametersOfDeclarationOnNextLine: true -AllowShortIfStatementsOnASingleLine: true -AllowShortBlocksOnASingleLine: true -AlwaysBreakTemplateDeclarations: false -IndentCaseLabels: false -BinPackParameters: true -- GitLab