coding style - PHP Line Indentation -


I'm curious to know how many transfers do you make in PHP code?

  function one () {$ one; Function space () {$ space; }} Two Tasks () {$ two; Function spaces () {$ spaces; }} Three works () {$ three; Function spaces () {$ spaces; }} Function four () {$ 4; Function spaces () {$ spaces; }}  

Let's not create more than one answer for the same indentation, but use +1 for answers related to your preferences.

One tab per level only the right way!


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -