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/cpp_spec.lua | |
| 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/cpp_spec.lua')
| -rw-r--r-- | tests/indent/cpp_spec.lua | 1 |
1 files changed, 0 insertions, 1 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() |
