2 Spaces or 1 Tab, what's the standard for indentation in the Rails Community?

前端 未结 7 722
Happy的楠姐
Happy的楠姐 2021-02-01 14:36

I\'ve noticed that most of the HTML/XML/HAML that gets generated from plugins uses 2 spaces instead of 1 tab. I use textmate and have tabs set to 4 spaces for HAML/HTML/XML and

7条回答
  •  自闭症患者
    2021-02-01 15:11

    For HTML & CSS look at this.

    I recommend that you always check up the individual programing language before coding after they use different standards

    E.g Python is using 1 tab(4 spaces) No matter what, while the recommend for HTML & CSS is 2 spaces

提交回复
热议问题