Code Style Guide: Smarty Template Language - nilakshdas/ThinkUp GitHub Wiki
This is the Code Style guide for the Smarty Template Language. See the main Code Style Guide page for other languages.
The maximum length of any line of code is 120 characters, unless it contains a string that should not have a break in it.
- Refer to Code Style Guide: HTML for HTML style guide.
- Unless debuging try to encapsulate as much of your code as possible into strip tags, to strip down whitespaces and bandwidth usage.