diff options
| author | Robert Günzler <r@gnzler.io> | 2023-01-19 18:33:43 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-03-21 12:35:42 +0100 |
| commit | e0624ab63d5504dc42fbaed9f48158b86295d21f (patch) | |
| tree | 442b9ce3fe23d13fe702e49737471b744f97fc68 /.vim/.stylua.toml | |
| parent | 2b7f6a55bad8753c7ac336b74145ee9c9bb32410 (diff) | |
vim: format config with stylua
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.vim/.stylua.toml')
| -rw-r--r-- | .vim/.stylua.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/.stylua.toml b/.vim/.stylua.toml new file mode 100644 index 0000000..616d360 --- /dev/null +++ b/.vim/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 100 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +#call_parentheses = "Always" |