Skip to content

Commit

Permalink
remove editorconfig from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Gaal committed Aug 12, 2022
1 parent 8bc6e0e commit e10b525
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions box.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
{
"chmod": "0755",
"directories": [
"app",
"bootstrap",
"config",
"stubs",
"vendor"
],
"files": [
"composer.json"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
]
}
"chmod": "0755",
"directories": [
"app",
"bootstrap",
"config",
"stubs",
"vendor"
],
"files": [
"composer.json"
],
"exclude-composer-files": false,
"exclude-dev-files": false,
"compression": "GZ",
"compactors": [
"KevinGH\\Box\\Compactor\\Php",
"KevinGH\\Box\\Compactor\\Json"
],
"main": "alias"
}
Binary file added builds/alias
Binary file not shown.

0 comments on commit e10b525

Please sign in to comment.