Code-style-guide.html 695 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. <h1>[name]</a></h1>
  12. <p class="desc">
  13. All code and examples in three.js are written using Mr.doob's Code Style.
  14. Of course you are free to use whatever style you prefer for your own work, but
  15. if you are adding code to the library or examples then you must follow this guide.<br /><br />
  16. You can find details
  17. <a href="https://github.com/mrdoob/three.js/wiki/Mr.doob%27s-Code-Style%E2%84%A2" target="_blank">here</a>.
  18. </p>
  19. </body>
  20. </html>