NiklasPor / prettier-plugin-go-template

Fixes prettier formatting for go templates 🐹
prettier-plugin-go-template-niklaspor.vercel.app
MIT License
343 stars 24 forks source link

Converts `DOCTYPE` to lowercase `doctype` #112

Open bryndin opened 5 months ago

bryndin commented 5 months ago
<!DOCTYPE html>

is prettified into

<!doctype html>