| # SPDX-License-Identifier: GPL-2.0 |
| # |
| # clang-format configuration file. Intended for clang-format >= 9. |
| # |
| # For more information, see: |
| # |
| # Documentation/process/clang-format.rst |
| # https://clang.llvm.org/docs/ClangFormat.html |
| # https://clang.llvm.org/docs/ClangFormatStyleOptions.html |
| # |
| # Note: imported from Pigweed .clang-format |
| --- |
| Language: Cpp |
| BasedOnStyle: Google |
| BinPackArguments: false |
| BinPackParameters: false |
| DerivePointerAlignment: false |
| PointerAlignment: Left |
| AllowShortIfStatementsOnASingleLine: false |
| AllowShortLoopsOnASingleLine: false |
| LineEnding: LF |