Skip to content

Commit cd3a40e

Browse files
committed
First commit
0 parents  commit cd3a40e

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ITK Dev Drupal coding standards

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "itk-dev/drupal-phpcs-sniffs",
3+
"description": "Additional Drupal coding standards",
4+
"license": "MIT",
5+
"type": "phpcodesniffer-standard",
6+
"keywords": [
7+
"phpcs",
8+
"dev"
9+
],
10+
"authors": [
11+
{
12+
"name": "Mikkel Ricky",
13+
"email": "[email protected]"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)