refactor: code format

This commit is contained in:
Max Miliano 2024-08-02 22:15:22 -03:00
parent 8ea32b764e
commit e995643b3b
2 changed files with 5 additions and 5 deletions

View file

@ -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'

View file

@ -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,