Skip to content

Commit dd4d69e

Browse files
committed
Fix indentation
1 parent e6498d6 commit dd4d69e

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "automattic/syntaxhighlighter",
3-
"description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.",
4-
"type": "wordpress-plugin",
5-
"license": "GPL-2.0-or-later",
6-
"require": {},
7-
"archive": {
8-
"exclude": [
9-
"/*",
10-
"!/dist",
11-
"!/syntaxhighlighter2",
12-
"!/syntaxhighlighter3",
13-
"!/third-party-brushes",
14-
"!/syntaxhighlighter_mce-4.js",
15-
"!/syntaxhighlighter_mce.js",
16-
"!/syntaxhighlighter.js",
17-
"!/syntaxhighlighter.php",
18-
"!/readme.txt",
19-
".DS_Store",
20-
".*",
21-
"*.test.js"
22-
]
23-
}
2+
"name": "automattic/syntaxhighlighter",
3+
"description": "Easily post syntax-highlighted code to your WordPress site without having to modify the code at all.",
4+
"type": "wordpress-plugin",
5+
"license": "GPL-2.0-or-later",
6+
"require": {},
7+
"archive": {
8+
"exclude": [
9+
"/*",
10+
"!/dist",
11+
"!/syntaxhighlighter2",
12+
"!/syntaxhighlighter3",
13+
"!/third-party-brushes",
14+
"!/syntaxhighlighter_mce-4.js",
15+
"!/syntaxhighlighter_mce.js",
16+
"!/syntaxhighlighter.js",
17+
"!/syntaxhighlighter.php",
18+
"!/readme.txt",
19+
".DS_Store",
20+
".*",
21+
"*.test.js"
22+
]
23+
}
2424
}

0 commit comments

Comments
 (0)