Remove vim modeline

It's no longer needed as I've fixed `.theme` files within my Neovim
configuration.
This commit is contained in:
Oliver Davies 2024-04-08 22:51:29 +01:00
parent b5fff078f6
commit 396aee5e59

View file

@ -10,5 +10,3 @@ function opdavies_preprocess_image_style(array &$variables): void {
$variables['image']['#attributes']['class'] = 'size-16 rounded-full ring-[3px] ring-blue-primary dark:ring-white';
}
}
# vim: ft=php