0

I have been using Notepad++ for a while now and I recently heard that there is a way to make your code look more "clean" see, im a messy web developer and I like to write my codes fast & have no intention of making it look nice for example

<html>
<header>
</header>
</html>

is there a way to make it it automaticlly look good with spaces like

<html>
  <header>
    <title>
    </title>
  </header>
</html>

its not that im lazy its just that I have grown a certain custom to not putting in the spaces myself. Any answer is highly appriciated.

Varga
  • 47
  • 9

0 Answers0