Thanks
for example i have:
<!doctype html>
<html lang='fr'>
<head>
<meta charset='utf-8'>
<title>Troll Code Test</title>
<link rel='stylesheet' href='style.css'><p>texte</p>
<script src='script.js'></script>
</head>
<body>
and i would like to have :
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Troll Code Test</title>
<link rel="stylesheet"href="style.css"><p>texte</p>
<script src="script.js"></script>
</head>
<body>