annotate dot_config/stylua/stylua.toml @ 564:b251d808fa04

Add tmux mapping to select the last command output and open selection in quickfix
author zegervdv <zegervdv@me.com>
date Sat, 19 Feb 2022 16:38:21 +0100
parents 7c7feeaa3058
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
410
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 column_width = 120
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 line_endings = "Unix"
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 indent_type = "Spaces"
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 indent_width = 2
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
5 quote_style = "AutoPreferSingle"
7c7feeaa3058 Install global stylua config
zegervdv <zegervdv@me.com>
parents:
diff changeset
6 no_call_parentheses = true