Lines 25-31
Link Here
|
25 |
* For the main source, indent is four spaces, no tabs, text width of 80. |
25 |
* For the main source, indent is four spaces, no tabs, text width of 80. |
26 |
* For .eselect files, the same indenting rules apply as for ebuilds. |
26 |
* For .eselect files, the same indenting rules apply as for ebuilds. |
27 |
* Public functions don't get the ``ec_`` prefix, private functions do. |
27 |
* Public functions don't get the ``ec_`` prefix, private functions do. |
28 |
* eval is evil, so we disabled it. |
28 |
* eval is evil, so don't use it. |
29 |
* Absolute paths to executables are not portable, so don't use them. |
29 |
* Absolute paths to executables are not portable, so don't use them. |
30 |
|
30 |
|
31 |
vim: set tw=78 ft=glep : |
31 |
vim: set tw=78 ft=glep : |