annotate stylua.toml @ 563:fb54ab50a72a

Revert "Replace surround with mini.surround for the function wrapping options" This reverts commit 86ffd4e6b9aa4e16f762e25b6db7bd42ad473f75.
author zegervdv <zegervdv@me.com>
date Thu, 17 Feb 2022 11:28:41 +0100
parents 34862cc22221
children 24b0dd06381b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
405
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 column_width = 120
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 line_endings = "Unix"
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 indent_type = "Spaces"
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 indent_width = 2
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
5 quote_style = "AutoPreferSingle"
34862cc22221 Add stylua formatting config
zegervdv <zegervdv@me.com>
parents:
diff changeset
6 no_call_parentheses = true