mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
tests: remove set ft
This commit is contained in:
parent
b5a3f5c286
commit
673fdccd21
3 changed files with 0 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ local run = Runner:new(it, 'tests/indent', {
|
||||||
shiftwidth = 4,
|
shiftwidth = 4,
|
||||||
softtabstop = 0,
|
softtabstop = 0,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
filetype = 'cpp',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('indent C++:', function()
|
describe('indent C++:', function()
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ local run = Runner:new(it, 'tests/indent', {
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
softtabstop = 0,
|
softtabstop = 0,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
filetype = 'javascript',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('indent JavaScript:', function()
|
describe('indent JavaScript:', function()
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@ local runner = Runner:new(it, 'tests/indent/jsx', {
|
||||||
tabstop = 2,
|
tabstop = 2,
|
||||||
shiftwidth = 2,
|
shiftwidth = 2,
|
||||||
expandtab = true,
|
expandtab = true,
|
||||||
filetype = 'jsx',
|
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('indent JSX Elements:', function()
|
describe('indent JSX Elements:', function()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue