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
|
@ -785,5 +785,4 @@ function user_is_privileged( $id )
|
|||
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
|
@ -410,5 +410,4 @@ function uid_from_username($username="")
|
|||
return $row[0];
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
|
@ -30,5 +30,4 @@ $SUPPORTED_LANGS = array( # what languages we have translations for
|
|||
"fr" => "Français"
|
||||
);
|
||||
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
|
@ -986,5 +986,4 @@ function pkg_search_page($SID="") {
|
|||
return;
|
||||
}
|
||||
|
||||
# vim: ts=4 sw=4 et ft=php
|
||||
?>
|
||||
|
|
|
@ -63,5 +63,4 @@ function __() {
|
|||
return $translated;
|
||||
}
|
||||
|
||||
# vim: ts=2 sw=2 noet ft=php
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue