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 b5a3f5c286
commit 673fdccd21
3 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@ local run = Runner:new(it, 'tests/indent', {
shiftwidth = 4,
softtabstop = 0,
expandtab = true,
filetype = 'cpp',
})
describe('indent C++:', function()

View file

@ -6,7 +6,6 @@ local run = Runner:new(it, 'tests/indent', {
shiftwidth = 2,
softtabstop = 0,
expandtab = true,
filetype = 'javascript',
})
describe('indent JavaScript:', function()

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()