changeset 689:cefa2c4077ed

fix: use project stylua config as global config
author zegervdv <zegervdv@me.com>
date Wed, 05 Oct 2022 09:06:12 +0200
parents 6e98364a5a28
children 424764c7f51a
files dot_config/stylua/stylua.toml dot_config/stylua/stylua.toml.tmpl
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
--- /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" }}