Skip to content

Commit da39f13

Browse files
style: apply Prettier formatting to JS, JSON, and MD files
Apply consistent code formatting using Prettier to appropriate file types: - Convert double quotes to single quotes in JS/MJS/JSON files - Standardize indentation to 4 spaces across JS files - Normalize spacing and line breaks with 120-char width - Apply consistent trailing commas and semicolons - Update package.json scripts to exclude YAML files from formatting - Format ~500 JS/JSON/MD files while preserving YAML formatting Issue: CLDSRV-723
1 parent 55bf66d commit da39f13

File tree

541 files changed

+70835
-62176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

541 files changed

+70835
-62176
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the **[Zenko Forum](http://forum.zenko.io/)**.
99
> Questions opened as GitHub issues will systematically be closed, and moved to
1010
> the [Zenko Forum](http://forum.zenko.io/).
1111
12-
--------------------------------------------------------------------------------
12+
---
1313

1414
## Avoiding duplicates
1515

@@ -21,7 +21,7 @@ any duplicates already open:
2121
- if there is a duplicate, please do not open your issue, and add a comment
2222
to the existing issue instead.
2323

24-
--------------------------------------------------------------------------------
24+
---
2525

2626
## Bug report information
2727

@@ -52,7 +52,7 @@ Describe the results you expected
5252
- distribution/OS,
5353
- optional: anything else you deem helpful to us.
5454

55-
--------------------------------------------------------------------------------
55+
---
5656

5757
## Feature Request
5858

@@ -78,10 +78,10 @@ Please provide use cases for changing the current behavior
7878
### Additional information
7979

8080
- Is this request for your company? Y/N
81-
- If Y: Company name:
82-
- Are you using any Scality Enterprise Edition products (RING, Zenko EE)? Y/N
81+
- If Y: Company name:
82+
- Are you using any Scality Enterprise Edition products (RING, Zenko EE)? Y/N
8383
- Are you willing to contribute this feature yourself?
8484
- Position/Title:
8585
- How did you hear about us?
8686

87-
--------------------------------------------------------------------------------
87+
---

.github/docker/vault-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"kmsAWS": {
6969
"noAwsArn": true,
7070
"providerName": "local",
71-
"region": "us-east-1",
71+
"region": "us-east-1",
7272
"endpoint": "http://0:8080",
7373
"ak": "456",
7474
"sk": "123"

0 commit comments

Comments
 (0)