# HG changeset patch # User zegervdv # Date 1664953572 -7200 # Node ID cefa2c4077ed261121e72ea4c06aa94f188343dd # Parent 6e98364a5a28bb0463a87fdfe77d7a8c3c63fb25 fix: use project stylua config as global config diff -r 6e98364a5a28 -r cefa2c4077ed dot_config/stylua/stylua.toml --- a/dot_config/stylua/stylua.toml Wed Oct 05 08:56:58 2022 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" -indent_width = 2 -quote_style = "AutoPreferSingle" -no_call_parentheses = true diff -r 6e98364a5a28 -r cefa2c4077ed dot_config/stylua/stylua.toml.tmpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/stylua/stylua.toml.tmpl Wed Oct 05 09:06:12 2022 +0200 @@ -0,0 +1,1 @@ +{{ include "stylua.toml" }}