comparison 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
comparison
equal deleted inserted replaced
599:1def7efdc619 600:24b0dd06381b
2 line_endings = "Unix" 2 line_endings = "Unix"
3 indent_type = "Spaces" 3 indent_type = "Spaces"
4 indent_width = 2 4 indent_width = 2
5 quote_style = "AutoPreferSingle" 5 quote_style = "AutoPreferSingle"
6 no_call_parentheses = true 6 no_call_parentheses = true
7 collapse_simple_statement = "Always"