indent-style-note-20060227

Document our official indent style.
This commit is contained in:
Jim Rees 2006-02-27 18:31:18 +00:00
parent f800113c3b
commit 50ed43bfb4

View File

@ -1,6 +1,12 @@
Notes on Coding Standards/Requirements for OpenAFS Source
---------------------------------------------------------
We have an official style. Please use it. If you have gnu indent 2.2.9 or
later you can reformat for this style with the following option:
-npro -nbad -bap -nbc -bbo -br -ce -cdw -brs -ncdb -cp1 -ncs -di2 -ndj -nfc1
-nfca -i4 -lp -npcs -nprs -psl -sc -nsob -ts8
Do not use $< in any cross-platform dir as it requires a reasonable
make that is not available on all systems.