From 142963e97c9686c3c406ee83638f7dad830380f9 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Tue, 22 Feb 2022 22:26:32 +0700 Subject: [PATCH] Add stylua config --- stylua.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stylua.toml diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..237e120 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = 'Unix' +indent_type = 'Spaces' +indent_width = 2 +quote_style = 'AutoPreferSingle' +call_parentheses = 'None'