diff --git a/src/connectivity/wlan/drivers/.clang-format b/src/connectivity/wlan/drivers/.clang-format deleted file mode 100644 index c13a47a187d0d1a8cb1320c43c7c6c48c45fd3df..0000000000000000000000000000000000000000 --- 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