stylua.toml

 1# SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
 2#
 3# SPDX-License-Identifier: CC0-1.0
 4
 5column_width = 120
 6line_endings = "Unix"
 7indent_type = "Tabs"
 8indent_width = 4
 9quote_style = "AutoPreferDouble"
10call_parentheses = "Always"
11collapse_simple_statement = "Never"