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