-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ffcf80b
commit 2440b4e
Showing
17 changed files
with
992 additions
and
883 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"recommendations": ["davidanson.vscode-markdownlint", "redhat.vscode-yaml"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
{ | ||
"rewrap.wrappingColumn": 80, | ||
"editor.rulers": [80], | ||
"markdownlint.config": { | ||
"MD004": false, | ||
"MD013": false, | ||
"MD024": {"allow_different_nesting": true}, | ||
"MD029": {"style": "ordered"}, | ||
"MD033": false, | ||
"MD040": false, | ||
"yaml.format.singleQuote": false, | ||
"yaml.format.proseWrap": "always", | ||
"yaml.format.bracketSpacing": true, | ||
"yaml.format.enable": true, | ||
"[yaml]": { | ||
"editor.defaultFormatter": "redhat.vscode-yaml" | ||
}, | ||
"[markdown]": { | ||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint" | ||
}, | ||
} | ||
"markdownlint.config": { | ||
"MD004": false, | ||
"MD013": false, | ||
"MD024": { "siblings_only": true }, | ||
"MD029": { "style": "ordered" }, | ||
"MD033": false, | ||
"MD040": false | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
extends: default | ||
|
||
rules: | ||
comments: | ||
min-spaces-from-content: 1 | ||
braces: | ||
min-spaces-inside: 1 | ||
max-spaces-inside: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
# Serverless Workflow Org Maintainers | ||
|
||
* [Charles d'Avernas](https://github.com/cdavernas) | ||
* [Ricardo Zanini](https://github.com/ricardozanini) | ||
- [Charles d'Avernas](https://github.com/cdavernas) | ||
- [Ricardo Zanini](https://github.com/ricardozanini) | ||
|
||
# Serverless Workflow Org Emeritus Maintainers | ||
* [Antonio Mendoza Pérez](https://github.com/antmendoza) | ||
* [Tihomir Surdilovic](https://github.com/tsurdilo) | ||
|
||
- [Antonio Mendoza Pérez](https://github.com/antmendoza) | ||
- [Tihomir Surdilovic](https://github.com/tsurdilo) | ||
|
||
# Maintainers Mailing list | ||
|
||
[cncf-serverlessws-maintainers](mailto:cncf-serverlessws-maintainers@lists.cncf.io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Community | ||
# Community | ||
|
||
Here you can find information about our: | ||
|
||
- [Contributors](contributors.md): People and companies contributing to the | ||
Serverless workflow specification and ecosystem | ||
- [Presentations](https://serverlessworkflow.io/): Community presentations about the project (see the 'Resources' section) | ||
- [Presentations](https://serverlessworkflow.io/): Community presentations about the project (see the 'Resources' section) |
Oops, something went wrong.