Skip to content

Commit

Permalink
Merge branch '4.7' into bugfix/parse-build-task-class
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunal Hari committed Jul 14, 2021
2 parents 293e044 + cff6875 commit 3ce3996
Show file tree
Hide file tree
Showing 31 changed files with 2,169 additions and 953 deletions.
20 changes: 17 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,22 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.yml,package.json}]
[*.md]
trim_trailing_whitespace = false

[*.{yml,js,json,css,scss,eslintrc,feature}]
indent_size = 2
indent_style = space

[composer.json]
indent_size = 4

# Don't perform any clean-up on thirdparty files

[thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false

# The indent size used in the package.json file cannot be changed:
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[admin/thirdparty/**]
trim_trailing_whitespace = false
insert_final_newline = false
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ version: ~> 1.0

import:
- silverstripe/silverstripe-travis-shared:config/provision/standard-jobs-range.yml

env:
global:
- REQUIRE_RECIPE="4.7.x-dev || "
Loading

0 comments on commit 3ce3996

Please sign in to comment.