From fb10b4906aadaeff295883d171c05246943e5571 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sat, 10 Sep 2022 14:05:32 +0300 Subject: Initial commit --- stylua.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 stylua.toml (limited to 'stylua.toml') diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..28b63a9 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,5 @@ +column_width = 200 +indent_type = 'Spaces' +indent_width = 2 +quote_style = 'AutoPreferSingle' +collapse_simple_statement = 'FunctionOnly' -- cgit v1.2.3