You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/core/templates
Christoph Wurst caff1023ea
Format control structures, classes, methods and function
To continue this formatting madness, here's a tiny patch that adds
unified formatting for control structures like if and loops as well as
classes, their methods and anonymous functions. This basically forces
the constructs to start on the same line. This is not exactly what PSR2
wants, but I think we can have a few exceptions with "our" style. The
starting of braces on the same line is pracrically standard for our
code.

This also removes and empty lines from method/function bodies at the
beginning and end.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
4 years ago
..
filetemplates Deprecate TemplateManager 5 years ago
loginflow Format control structures, classes, methods and function 4 years ago
loginflowv2 Fix (array) indent style to always use one tab 4 years ago
403.php Format control structures, classes, methods and function 4 years ago
404.php Format control structures, classes, methods and function 4 years ago
error.php Format control structures, classes, methods and function 4 years ago
exception.php Format control structures, classes, methods and function 4 years ago
filepicker.html Fix markup of file names in file picker 5 years ago
installation.php Format control structures, classes, methods and function 4 years ago
installation_forbidden.php Block install without CAN_INSTALL file 5 years ago
installation_incomplete.php Block install without CAN_INSTALL file 5 years ago
layout.base.php Remove precomposed from apple-touch-icon-precomposed 5 years ago
layout.guest.php Format control structures, classes, methods and function 4 years ago
layout.noscript.warning.php Prevent XSS in links which open a new browser window 7 years ago
layout.public.php Format control structures, classes, methods and function 4 years ago
layout.user.php Format control structures, classes, methods and function 4 years ago
login.php Format control structures, classes, methods and function 4 years ago
message.html Remove uninterpreted PHP 8 years ago
publicshareauth.php Add event to load additional scripts in the auth page for public shares 6 years ago
recommendedapps.php Add a dedicated page for the recommended apps installation 5 years ago
tags.html addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed 9 years ago
twofactorselectchallenge.php Format control structures, classes, methods and function 4 years ago
twofactorsetupchallenge.php fix wording log in vs. login 4 years ago
twofactorsetupselection.php fix wording log in vs. login 4 years ago
twofactorshowchallenge.php Format control structures, classes, methods and function 4 years ago
untrustedDomain.php Use numeric placeholders if there are multiple, so that RTL languages can operate better 6 years ago
update.admin.php Remove trailing and in between spaces 4 years ago
update.use-cli.php Format control structures, classes, methods and function 4 years ago
update.user.php Use the short array syntax, everywhere 4 years ago