nextcloud/apps/files
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
..
ajax Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
appinfo Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
composer Update autoloaders for composer v1.10.1 2020-03-19 09:48:49 +01:00
css Fix default action for deleted shares 2020-03-09 20:16:38 +00:00
img Js magic for deleted shares 2018-07-05 12:43:57 +02:00
js Inline usages of OCP.Toast in bundled files 2020-04-06 17:19:57 +02:00
l10n [tx-robot] updated from transifex 2020-04-10 02:18:23 +00:00
lib Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
src Inline usages of OCP.Toast in bundled files 2020-04-06 17:19:57 +02:00
templates Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
tests Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
.l10nignore Ignored compiled js files in files 2019-11-01 08:29:41 +01:00
list.php Make sure every file ends with an empty newline 2020-04-09 16:11:50 +02:00
recentlist.php Update license headers 2019-12-05 15:38:45 +01:00
simplelist.php Make sure every file ends with an empty newline 2020-04-09 16:11:50 +02:00
webpack.js Add OCA.Files.Settings for Files Settings 2020-03-22 22:34:49 +08:00