I am a new coder using Sublime Text. I would like to format the line which have equaly spacing as that picture or below. How can I do that?
$Fullname = $_POST['fullname'];
$password = $_POST['password'];
$username = $_POST['username'];
$tel = $_POST['tel'];
$address = $_POST['address'];