view stylua.toml @ 1087:16046b8a0b61 draft

feat: update ruff with integrated LSP
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 03 Mar 2025 09:10:21 +0100
parents 24b0dd06381b
children
line wrap: on
line source

column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
no_call_parentheses = true
collapse_simple_statement = "Always"