Andrew Smith
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
-
-
-
Andrew Smith 进行了评论, -
Andrew Smith 创建了一个帖子, Incorrect indentation for ERB files.
I have ERB, HTML, and Ruby set to 2 spaces for indentation. However, inside an ERB file, I'll wind up with something like this: <% if @foo %> ....<div> <% end %> Instead of 2 spaces, there are 4 sp...