tests: fix occurences of deprecated "options" option

This commit is contained in:
Gaetan Lepage 2024-03-30 13:25:05 +01:00 committed by Gaétan Lepage
parent 0f6d44503b
commit c706207007
3 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
};
};
options = {
opts = {
# Indentation
autoindent = true;
tabstop = 4;
@ -69,7 +69,7 @@
};
};
options = {
opts = {
number = true;
shiftwidth = 2;
tabstop = 2;