nextcloud-server/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>
2020-04-10 14:19:56 +02:00
..
filetemplates
loginflow Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
loginflowv2 Fix (array) indent style to always use one tab 2020-04-09 10:16:08 +02:00
403.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
404.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
error.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
exception.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
filepicker.html
installation_forbidden.php
installation_incomplete.php
installation.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
layout.base.php
layout.guest.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
layout.noscript.warning.php
layout.public.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
layout.user.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
login.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
message.html
publicshareauth.php
recommendedapps.php
tags.html
twofactorselectchallenge.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
twofactorsetupchallenge.php
twofactorsetupselection.php
twofactorshowchallenge.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
untrustedDomain.php
update.admin.php Remove trailing and in between spaces 2020-04-09 16:07:47 +02:00
update.use-cli.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
update.user.php Use the short array syntax, everywhere 2020-03-26 16:34:56 +01:00