From a6cf2e871ad2fb0933f3f66ddeaf37ad92d79e76 Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Sun, 25 Jul 2021 14:14:05 -0400 Subject: stylua is always in root --- .gitignore | 1 - .stylua.toml | 6 ++++++ utils/.stylua.toml | 6 ------ 3 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 .stylua.toml delete mode 100644 utils/.stylua.toml diff --git a/.gitignore b/.gitignore index e9c3badc..a9396a17 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,6 @@ eclipse.jdt.ls/ spell/ nv-settings.lua lv-settings.lua -.stylua.toml lua/lv-user/ lua/lv-user-config/ diff --git a/.stylua.toml b/.stylua.toml new file mode 100644 index 00000000..df96b7b0 --- /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 = true diff --git a/utils/.stylua.toml b/utils/.stylua.toml deleted file mode 100644 index df96b7b0..00000000 --- a/utils/.stylua.toml +++ /dev/null @@ -1,6 +0,0 @@ -column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" -indent_width = 2 -quote_style = "AutoPreferDouble" -no_call_parentheses = true -- cgit v1.2.3