diff options
| author | Pham Huy Hoang <hoangtun0810@gmail.com> | 2023-08-11 22:38:31 +0900 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 673fdccd212098818a64ab47a62b89993ccc77cf (patch) | |
| tree | 425c926e33edbee7410b9b214ff7749335a9500b /tests/indent | |
| parent | fix: cleanup diagnostics (diff) | |
| download | nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.gz nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.bz2 nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.lz nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.xz nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.tar.zst nvim-treesitter-673fdccd212098818a64ab47a62b89993ccc77cf.zip | |
tests: remove set ft
Diffstat (limited to 'tests/indent')
| -rw-r--r-- | tests/indent/cpp_spec.lua | 1 | ||||
| -rw-r--r-- | tests/indent/javascript_spec.lua | 1 | ||||
| -rw-r--r-- | tests/indent/jsx_spec.lua | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/indent/cpp_spec.lua b/tests/indent/cpp_spec.lua index 8e97c805e..fe26a81b3 100644 --- a/tests/indent/cpp_spec.lua +++ b/tests/indent/cpp_spec.lua @@ -7,7 +7,6 @@ local run = Runner:new(it, 'tests/indent', { shiftwidth = 4, softtabstop = 0, expandtab = true, - filetype = 'cpp', }) describe('indent C++:', function() diff --git a/tests/indent/javascript_spec.lua b/tests/indent/javascript_spec.lua index 4a7c3bcc3..0536c1a0b 100644 --- a/tests/indent/javascript_spec.lua +++ b/tests/indent/javascript_spec.lua @@ -6,7 +6,6 @@ local run = Runner:new(it, 'tests/indent', { shiftwidth = 2, softtabstop = 0, expandtab = true, - filetype = 'javascript', }) describe('indent JavaScript:', function() diff --git a/tests/indent/jsx_spec.lua b/tests/indent/jsx_spec.lua index 7a32dbcc4..8dcecfe5b 100644 --- a/tests/indent/jsx_spec.lua +++ b/tests/indent/jsx_spec.lua @@ -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() |
