diff --git a/stylua.toml b/stylua.toml index 78c5507..237e120 100644 --- a/stylua.toml +++ b/stylua.toml @@ -1,6 +1,6 @@ column_width = 120 -line_endings = "Unix" -indent_type = "Spaces" +line_endings = 'Unix' +indent_type = 'Spaces' indent_width = 2 -quote_style = "AutoPreferSingle" -call_parentheses = "None" +quote_style = 'AutoPreferSingle' +call_parentheses = 'None' diff --git a/tests/setup_spec.lua b/tests/setup_spec.lua index 09e2df2..186b168 100644 --- a/tests/setup_spec.lua +++ b/tests/setup_spec.lua @@ -3,7 +3,7 @@ local nvim_get_hl = require('dracula.utils').nvim_get_hl describe('dracula.setup', function() setup(function() ---@type dracula - local dracula = require('dracula') + local dracula = require 'dracula' dracula.setup { transparent = true,