From ca73392a472f5425ea5059e05c82f104da10ce9d Mon Sep 17 00:00:00 2001
From: Rob Landley
Toybox source uses two spaces per indentation level, and wraps at 80 -columns.
- -Gotos are allowed for error handling, and for breaking out of -nested loops. In general, a goto should only jump forward (not back), and -should either jump to the end of an outer loop, or to error handling code -at the end of the function. Goto labels are never indented: they override the -block structure of the file. Putting them at the left edge makes them easy -to spot as overrides to the normal flow of control, which they are.
+Toybox has an actual coding style guide over on +the design page, but in general we just +want the code to be consistent.
All the files in this directory except the README are generated by the -build. (See scripts/make.sh)
+build. (See scripts/make.sh)config.h - CFG_COMMAND and USE_COMMAND() macros set by menuconfig via .config.
Everything in this directory is a derivative file produced from something else. The entire directory is deleted by "make distclean".
+ -- cgit v1.2.3