Skip to content

Commit 9d8a772

Browse files
committed
IMP: formatting by keeping auth.json indent, same as composer
1 parent 5b47647 commit 9d8a772

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ indent_size = 2
1616

1717
[composer.{json,lock}]
1818
indent_size = 4
19+
20+
[auth.json]
21+
indent_size = 4

auth.json.sample

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"http-basic": {
3-
"repo.magento.com": {
4-
"username": "<public-key>",
5-
"password": "<private-key>"
2+
"http-basic": {
3+
"repo.magento.com": {
4+
"username": "<public-key>",
5+
"password": "<private-key>"
6+
}
67
}
7-
}
88
}

0 commit comments

Comments
 (0)