This patch adds the ability to control how semi colons are palced by deno fmt
.
The general idea is to clone deno and patch with this file
git clone https://github.com/denoland/deno.git
cd deno
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title></title> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
.blue { | |
color: blue !important; | |
} |