Rails database.yml エラーYAML syntax error occurred while parsing /project/config/database.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Error: (): found character that cannot start any token while scanning for the next token

Rails database.yml エラーYAML syntax error occurred while parsing /project/config/database.yml. Please note that YAML must be consistently indented using spaces. Tabs are not allowed. Error: (): found character that cannot start any token while scanning for the next token

railsコマンド実行時にめちゃくちゃはまったエラーです。 yamlが読めなかったエラーなんですが、該当箇所を見てみましたが変な文字は入っていませんでした。 YAML syntax error occurred whil…