# HG changeset patch # User zegervdv # Date 1626514977 -7200 # Node ID 7c7feeaa3058d69d3e3759c5c7b9e12a4bc6361c # Parent f0300cd1584c0195f94d3481ad8c99bccd4489b7 Install global stylua config diff -r f0300cd1584c -r 7c7feeaa3058 dot_config/stylua/stylua.toml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/stylua/stylua.toml Sat Jul 17 11:42:57 2021 +0200 @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferSingle" +no_call_parentheses = true