$Id$ $URL$ LCD4Linux Coding Style We decided to use a common coding style to make patches and diffs easier to read and apply. The style we use is based on Kernighan & Ritchie and the coding style of the linux kernel (see /usr/src/linux/Documentation/CodingStyle), with some differences: - we use a indentation level of 4 spaces (Linus prefers 8) - we allow lines up to 150 chars (Linus uses 80) The resulting indent command is: indent -kr -l150 There's a script called 'indent.sh' that comes with the LCD4Linux source package; all it does is call indent with all .c and .h files. It is always a good idea to call 'indent.sh' before any SVN operation, this ensures that diffs and updates won't get mixed up because of cosmetic changes. ter'>master lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/pixmap.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2002-08-19[lcd4linux @ 2002-08-19 09:43:43 by reinelt]reinelt1-261/+57
2002-08-19[lcd4linux @ 2002-08-19 09:30:18 by reinelt]reinelt1-256/+106
2002-08-19[lcd4linux @ 2002-08-19 09:11:34 by reinelt]reinelt2-257/+51
2002-08-19[lcd4linux @ 2002-08-19 07:52:19 by reinelt]reinelt3-8/+17
2002-08-19[lcd4linux @ 2002-08-19 07:36:29 by reinelt]reinelt7-359/+481
2002-08-19[lcd4linux @ 2002-08-19 04:41:20 by reinelt]reinelt20-32/+166
2002-08-18[lcd4linux @ 2002-08-18 08:11:11 by reinelt]reinelt1-26/+28
2002-08-17[lcd4linux @ 2002-08-17 14:14:21 by reinelt]reinelt3-67/+101
2002-08-17[lcd4linux @ 2002-08-17 13:10:22 by reinelt]reinelt9-182/+765
2002-08-17[lcd4linux @ 2002-08-17 12:54:08 by reinelt]reinelt1-7/+23
2002-04-30[lcd4linux @ 2002-04-30 07:20:15 by reinelt]reinelt2-173/+129
2002-04-29[lcd4linux @ 2002-04-29 11:00:25 by reinelt]reinelt14-2339/+5100
2001-09-14[lcd4linux @ 2001-09-14 05:57:06 by reinelt]reinelt1-1/+5
2001-09-13[lcd4linux @ 2001-09-13 07:40:57 by reinelt]reinelt1-0/+6
2001-09-12[lcd4linux @ 2001-09-12 06:17:22 by reinelt]reinelt2-1/+8
2001-09-12[lcd4linux @ 2001-09-12 05:58:16 by reinelt]reinelt3-9/+27
2001-09-12[lcd4linux @ 2001-09-12 05:37:22 by reinelt]reinelt4-23/+99
2001-09-11[lcd4linux @ 2001-09-11 06:43:43 by reinelt]reinelt1-1/+10