changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / style.org

revision 5: 087da4ed0df6
parent 4: b154f8be21c8
child 7: bd85a72319d8
     1.1--- a/style.org	Sun Jul 02 00:36:31 2023 -0400
     1.2+++ b/style.org	Wed Nov 01 21:32:38 2023 -0400
     1.3@@ -1,3 +1,23 @@
     1.4 #+TITLE: style
     1.5 
     1.6-* U-Lang
     1.7+As an organization we maintain a styleguide[fn:1] which lists all of
     1.8+the style guidelines we use for our code. If you are contributing to
     1.9+one of our projects, you should review and understand the relevant
    1.10+sections below.
    1.11+
    1.12+You should also review the [[file:ulang.org][ulang]] document, which may shine some light
    1.13+on code comments and developer docs.
    1.14+
    1.15+[fn:1] https://google.github.io/styleguide/ 
    1.16+
    1.17+* Common Lisp
    1.18+
    1.19+* Rust
    1.20+
    1.21+* Emacs Lisp
    1.22+
    1.23+* Org-mode
    1.24+
    1.25+* Shell
    1.26+
    1.27+* Python