nextcloud/apps/settings
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
..
appinfo Start with webauthn 2020-03-31 22:17:07 +02:00
composer Start with webauthn 2020-03-31 22:17:07 +02:00
css Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselect 2020-03-24 11:51:07 +01:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Bump @nextcloud/l10n from 1.1.1 to 1.2.2 2020-04-06 13:50:12 +00: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 l10n: Changed spelling of WebAuthn 2020-04-04 23:04:33 +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
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore Ignore compiled webauthn settings 2020-04-03 13:45:38 +02:00
webpack.js Start with webauthn 2020-03-31 22:17:07 +02:00