summary refs log tree commit diff
path: root/.clang-format
blob: 89313b0353fba7393063c829c1bd60f6ccadc407 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>

AlignOperands: DontAlign
BreakBeforeBinaryOperators: All
BreakBeforeBraces: Linux
ContinuationIndentWidth: 8
Cpp11BracedListStyle: false
IndentWidth: 8
UseTab: AlignWithSpaces