mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove all vim mode lines. Add HACKING file.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
44dbb49ae9
commit
3a42725601
22 changed files with 33 additions and 29 deletions
24
HACKING
Normal file
24
HACKING
Normal file
|
@ -0,0 +1,24 @@
|
|||
HACKING
|
||||
|
||||
DISCLAIMER: We realise the code doesn't necessarily follow all the rules.
|
||||
This is an attempt to establish a standard coding style for future
|
||||
development.
|
||||
|
||||
Coding style guidelines
|
||||
-----------------------
|
||||
Column width: 79 columns or less within reason.
|
||||
|
||||
Indentation: tabs (standard eight column width)
|
||||
Please don't add any mode lines. Adjust your editor to display tabs to your
|
||||
preferred width. Generally code should work with the standard eight column
|
||||
tabs.
|
||||
|
||||
Try embedding as little HTML in the PHP as possible.
|
||||
Consider creating templates for HTML.
|
||||
|
||||
MySQL queries should generally go into functions.
|
||||
|
||||
Please submit uncompressed git-formatted patches to aur-dev@archlinux.org.
|
||||
When writing patches please keep unnecessary changes to a minimum.
|
||||
Smaller patches are much easier to review thus have a better chance of being
|
||||
pushed more quickly into the main repo.
|
Loading…
Add table
Add a link
Reference in a new issue