chore: use stylua for formatting (#1040)

* chore: stylua job and config

* reformat with stylua
This commit is contained in:
Simon Hauser
2021-07-23 17:42:37 +02:00
committed by GitHub
parent 664690029f
commit 79644ab677
75 changed files with 3201 additions and 2809 deletions

View File

@@ -1,12 +1,12 @@
require('plenary.reload').reload_module('telescope')
require("plenary.reload").reload_module "telescope"
local tester = require('telescope.pickers._test')
local tester = require "telescope.pickers._test"
local log = require('telescope.log')
local log = require "telescope.log"
log.use_console = false
describe('scrolling strategies', function()
it('should handle cycling for full list', function()
describe("scrolling strategies", function()
it("should handle cycling for full list", function()
tester.run_file [[find_files__scrolling_descending_cycle]]
end)
end)