diff stylua.toml @ 600:24b0dd06381b

Enable collapsed statements for stylua
author Zeger Van de Vannet <zegervdv@me.com>
date Fri, 08 Jul 2022 16:46:27 +0200
parents 34862cc22221
children
line wrap: on
line diff
--- a/stylua.toml	Fri Jul 08 16:37:28 2022 +0200
+++ b/stylua.toml	Fri Jul 08 16:46:27 2022 +0200
@@ -4,3 +4,4 @@
 indent_width = 2
 quote_style = "AutoPreferSingle"
 no_call_parentheses = true
+collapse_simple_statement = "Always"