tests: remove set ft

This commit is contained in:
Pham Huy Hoang 2023-08-11 22:38:31 +09:00 committed by Christian Clason
parent 1b7cde34e3
commit 306367a7f4
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/jsx', {
tabstop = 2,
shiftwidth = 2,
expandtab = true,
filetype = 'jsx',
})
describe('indent JSX Elements:', function()