Skip to content

Commit

Permalink
Merge branch 'master' into user/ponagpal/abslocalTest
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n authored Nov 22, 2019
2 parents 1198da3 + 7e84f05 commit 8cd29c0
Show file tree
Hide file tree
Showing 868 changed files with 12,706 additions and 5,396 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.cs]
indent_size = 4
7 changes: 7 additions & 0 deletions .github/actions/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 80,
"parser": "typescript",
"trailingComma": "es5",
"singleQuote": true,
"tabWidth": 2,
}
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
lib/
lib/
8 changes: 8 additions & 0 deletions .github/actions/conventional-pr/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Conventional Pull Request
description: Lints pull request title and body to ensure they conform to Composer style guide
runs:
using: "node12"
main: "lib/conventional-pr.js"
branding:
icon: "briefcase"
color: "purple"
355 changes: 355 additions & 0 deletions .github/actions/conventional-pr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8cd29c0

Please sign in to comment.