$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. option value='master'>master lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/widget_gpo.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-10Add the year 2008 to the copyrightmichux1-1/+1
2008-04-10Add basic FIFO pluginmichux4-0/+197
2008-04-04fixed autoconfmichux2-0/+3
2008-04-04update autoconfmichux5-2392/+438
2008-04-04Add asterisk plugin, thanks to mcarey@yostengineering.commichux3-1/+197
2008-04-03fix typo, close #114michux1-1/+1
2008-04-03update charset for Crystalfontz Model 632 and 634michux2-3/+87
2008-03-05improve error messagesmichux1-7/+13
2008-03-03reformat plugin_mpd - use c style commentsmichux1-8/+8
2008-03-03correct code format (indent)michux1-2/+2
2008-03-03correct code format (indent)michux5-184/+185