Skip to content

Commit

Permalink
chore: stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis6991 committed Apr 3, 2024
1 parent 22c0ab8 commit 4db6e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ stylua-check: stylua
.PHONY: stylua-run
stylua-run: stylua
./stylua \
lua/**/*.lua lua/*.lua \
test/*.lua test/**/*.lua
lua/**/*.lua \
lua/*.lua \
test/*.lua

.PHONY: build
build: gen_help stylua-run
Expand Down
2 changes: 1 addition & 1 deletion test/gitsigns_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ describe('gitsigns (with screen)', function()

local function blame_line_ui_test(autocrlf, file_ending)
setup_test_repo()
exec_lua[[vim.g.editorconfig = false]]
exec_lua([[vim.g.editorconfig = false]])

git({ 'config', 'core.autocrlf', autocrlf })
if file_ending == 'dos' then
Expand Down

0 comments on commit 4db6e85

Please sign in to comment.