'Atom, How to stop the new line from beeing commented?

When having a line of code that is commented on Atom, I press enter and the new line starts with a comment, which I hate.

How do you stop that? I've searched but haven't found the answear...

import numpy
import pandas

# Commented line ↓ cursor here > enter
# new line has comment

Also important, If you have two lines of code and press enter, the new in between line should be commented. How do you keep that behavior.

# original line 1 ↓ cursor here > enter
# -> new line
# original line 2


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source