You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sometime there is a space before the semi-colon, sometime there is not.
## Your Crowdin credentials#"project_id": "" # Space before colon"api_token": "" # Space before colon"base_path": "" # Space before colon"base_url": "" # Space before colon## Choose file structure in Crowdin# e.g. true or false#"preserve_hierarchy": true # No space before colon
To Reproduce
Steps to reproduce the behavior:
Execute crowdin init
Expected behavior
The spacing should be consistant.
I suggest removing the space between the key and the semi-colon, but keeping the space after the semi-colon.
Environment:
OS: macOS
Version 13.4.0
## Your Crowdin credentials#- "project_id" : ""- "api_token" : ""- "base_path" : ""- "base_url" : ""+ "project_id": ""+ "api_token": ""+ "base_path": ""+ "base_url": ""## Choose file structure in Crowdin# e.g. true or false#
"preserve_hierarchy": true
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometime there is a space before the semi-colon, sometime there is not.
To Reproduce
Steps to reproduce the behavior:
crowdin init
Expected behavior
The spacing should be consistant.
I suggest removing the space between the key and the semi-colon, but keeping the space after the semi-colon.
Environment:
The text was updated successfully, but these errors were encountered: