Atom creating double angle brackets

187 Views Asked by At

Why does my Atom makes double brackets when I enter auto input on, I have installed packages for Atom.

double brackets

1

There are 1 best solutions below

0
behren On

There is no need to type the brackets. Just type what you want to do, for example script and it will create the following code:

<script type="text/javascript">
  
</script>