about summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2022-03-21 12:46:11 +0900
committerGitHub <noreply@github.com>2022-03-21 04:46:11 +0100
commit584d8b977b3b8276da3c9035a3d16e61840fc0dc (patch)
treee38ff4eaaa27e594cbd2cc084442384d99ee0146 /config
parentcf5435bb27b38f317d7d02de4df49c517614b4be (diff)
Format JSON and YAML using Prettier (#17823)
* Format JSON and YAML using Prettier

* Add prettier to devDep
Diffstat (limited to 'config')
-rw-r--r--config/database.yml1
-rw-r--r--config/i18n-tasks.yml4
2 files changed, 2 insertions, 3 deletions
diff --git a/config/database.yml b/config/database.yml
index 9b8d096e9..127a78abf 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -32,4 +32,3 @@ production:
   host: <%= ENV['DB_HOST'] || 'localhost' %>
   port: <%= ENV['DB_PORT'] || 5432 %>
   prepared_statements: <%= ENV['PREPARED_STATEMENTS'] || 'true' %>
-
diff --git a/config/i18n-tasks.yml b/config/i18n-tasks.yml
index 7f879b1aa..bc48323e4 100644
--- a/config/i18n-tasks.yml
+++ b/config/i18n-tasks.yml
@@ -17,8 +17,8 @@ data:
 
 search:
   paths:
-   - app/
-   - config/navigation.rb
+    - app/
+    - config/navigation.rb
 
   relative_roots:
     - app/controllers