aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 17:02:58 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-03-11 17:02:58 +0100
commitc02659b85c1d623781c1baec48ea457df360a2cf (patch)
treeb1684cf8d0af513dd040f404669668e92c328259
parent428c301a80641361f51af8102628b545cf9ae63e (diff)
downloadcode.nes-c02659b85c1d623781c1baec48ea457df360a2cf.tar.gz
code.nes-c02659b85c1d623781c1baec48ea457df360a2cf.zip
Provide a reference to my code style
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 50bb8dc..17a24a6 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,7 @@ The examples are distributed like this:
- Libraries: [list.nes](https://github.com/mssola/list.nes).
- Misc: [Advent of Code 2023](https://github.com/mssola/aoc2023.nes).
- Tooling: [tools.nes](https://github.com/mssola/tools.nes).
+- [Code style](https://github.com/mssola/style.nes) that I'm trying to follow here.
## License