summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/volume-2.svg
diff options
context:
space:
mode:
authorUmang Jain <email@uajain.com>2020-07-31 18:14:18 +0000
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-07-31 23:33:35 +0300
commit9c5f82139689a0133f8c253100762511af2e3a6e (patch)
tree99bc9e55e5b5805e2b3660fa66f878f224f92633 /src/qcam/assets/feathericons/volume-2.svg
parent9558886f7a852155e6a911afa81df6e77b0aa68d (diff)
tests: Add a # SPDX-License-Identifier: GPL-2.0-only # # clang-format configuration file. Intended for clang-format >= 7. # # For more information, see: # # Documentation/process/clang-format.rst # https://clang.llvm.org/docs/ClangFormat.html # https://clang.llvm.org/docs/ClangFormatStyleOptions.html # --- Language: Cpp AccessModifierOffset: -8 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: false AlignConsecutiveDeclarations: false AlignEscapedNewlines: Right AlignOperands: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterReturnType: None AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: MultiLine BinPackArguments: true BinPackParameters: true BraceWrapping: AfterClass: true AfterControlStatement: false Aft