From a5fca5a050b81db5c8001db1ca8d83ae94ce5a92 Mon Sep 17 00:00:00 2001 From: Ellison Date: Thu, 10 Feb 2022 21:53:17 -0300 Subject: Rename stylua.lua to stylua.toml --- stylua.lua | 6 ------ stylua.toml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 stylua.lua create mode 100644 stylua.toml diff --git a/stylua.lua b/stylua.lua deleted file mode 100644 index 0fd4cb5..0000000 --- a/stylua.lua +++ /dev/null @@ -1,6 +0,0 @@ -column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" -indent_width = 2 -quote_style = "AutoPreferDouble" -no_call_parentheses = false diff --git a/stylua.toml b/stylua.toml new file mode 100644 index 0000000..0fd4cb5 --- /dev/null +++ b/stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +no_call_parentheses = false -- cgit v1.2.3