From ac916638e03d8d0fe832e28accaa619b42282f6a Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 30 May 2022 06:01:50 +0900 Subject: [PATCH 1/2] chore: update editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index cd8eb86ef..9d4b1ef22 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.md] -trim_trailing_whitespace = false +[*.yml] +indent_size = 2 From 8e3affbcc96cb71b6ca263d38865854049b0f83a Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 30 May 2022 06:02:20 +0900 Subject: [PATCH 2/2] style: replace tabs with spaces in Views --- src/Views/email_2fa_verify.php | 40 ++++++++-------- src/Views/login.php | 84 +++++++++++++++++----------------- 2 files changed, 62 insertions(+), 62 deletions(-) diff --git a/src/Views/email_2fa_verify.php b/src/Views/email_2fa_verify.php index 68bade1bf..4cbae866a 100644 --- a/src/Views/email_2fa_verify.php +++ b/src/Views/email_2fa_verify.php @@ -5,32 +5,32 @@ section('main') ?>
-
-
-
+
+
+
-

+

- -
- + +
+ -
- + + - -
- -
+ +
+ +
-
- -
+
+ +
-
-
-
+ +
+
endSection() ?> diff --git a/src/Views/login.php b/src/Views/login.php index cc37fec7d..365205ee4 100644 --- a/src/Views/login.php +++ b/src/Views/login.php @@ -4,53 +4,53 @@ section('main') ?> -
-
-
-
+
+
+
+
- - - + + + -
- + + - -
- -
+ +
+ +
- -
- -
+ +
+ +
- -
- -
- - -
- -
- - -

- - - -

- - -
-
-
-
+ +
+ +
+ + +
+ +
+ + +

+ + + +

+ + + +
+
+
endSection() ?>