9 lines
165 B
YAML
9 lines
165 B
YAML
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
BasedOnStyle: Mozilla
|
|
IndentWidth: 4
|
|
...
|
|
# vim: set filetype=yaml:
|