# SPDX-FileCopyrightText: Samsung Electronics Co., Ltd
#
# SPDX-License-Identifier: BSD-3-Clause

BasedOnStyle: LLVM

AlignConsecutiveAssignments: true
AlignConsecutiveBitFields: AcrossEmptyLinesAndComments
AlignConsecutiveMacros: true
AlignEscapedNewlines: Left
AlwaysBreakAfterReturnType: All
BreakBeforeBraces: WebKit
ColumnLimit: 99
ContinuationIndentWidth: 8
IndentGotoLabels: false
IndentWidth: 8
MaxEmptyLinesToKeep: 1
SortIncludes: Never
TabWidth: 8
UseTab: ForContinuationAndIndentation
