10 lines
205 B
YAML
10 lines
205 B
YAML
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
BasedOnStyle: Microsoft
|
|
AlwaysBreakTemplateDeclarations: true
|
|
IndentWidth: 4
|
|
...
|
|
# vim: set filetype=yaml:
|