# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

# General
-utf8
-l=100

# Tabs and indentation
-i=8
-et=8
-ci=8
-xci

# Trailing commas
-wtc=m
-atc
