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,9 +1,8 @@
local tester = require('telescope.pickers._test')
local helper = require('telescope.pickers._test_helpers')
local tester = require "telescope.pickers._test"
local helper = require "telescope.pickers._test_helpers"
tester.builtin_picker('find_files', 'fixtures/file<c-p>', {
tester.builtin_picker("find_files", "fixtures/file<c-p>", {
post_close = {
{ 'lua/tests/fixtures/file_abc.txt', helper.get_selection_value },
{ "lua/tests/fixtures/file_abc.txt", helper.get_selection_value },
},
})