Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit bd5b6ae

Browse files
committed
Fix code style formatting according to spec
1 parent cdb0a89 commit bd5b6ae

File tree

100 files changed

+3810
-3534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+3810
-3534
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: bug
6-
assignees: ''
2+
name: Bug report about: Create a report to help us improve title: ''
3+
labels: bug assignees: ''
74

85
---
96

@@ -12,6 +9,7 @@ A clear and concise description of what the bug is.
129

1310
**To Reproduce**
1411
Steps to reproduce the behavior:
12+
1513
1. Go to '...'
1614
2. Click on '....'
1715
3. Scroll down to '....'
@@ -24,9 +22,10 @@ A clear and concise description of what you expected to happen.
2422
If applicable, add screenshots to help explain your problem.
2523

2624
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
25+
26+
- OS: [e.g. iOS]
27+
- Browser [e.g. chrome, safari]
28+
- Version [e.g. 22]
3029

3130
**Additional context**
3231
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: enhancement
6-
assignees: ''
2+
name: Feature request about: Suggest an idea for this project title: ''
3+
labels: enhancement assignees: ''
74

85
---
96

.github/workflows/pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches-ignore:
55
- master
66
pull_request:
7-
types: [opened, synchronize, reopened]
7+
types: [ opened, synchronize, reopened ]
88

99
jobs:
1010
validation:
@@ -18,8 +18,8 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
22-
java: [8, 11, 15]
21+
os: [ ubuntu-latest, macos-latest, windows-latest ]
22+
java: [ 8, 11, 15 ]
2323
needs: validation
2424
runs-on: ${{ matrix.os }}
2525
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Publish release"
2-
on: [workflow_dispatch]
2+
on: [ workflow_dispatch ]
33

44
jobs:
55
validation:

LICENSE.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@ The MIT License (MIT)
22

33
Copyright (c) 2016 Oembedler Inc. and Contributors
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
6+
associated documentation files (the "Software"), to deal in the Software without restriction,
7+
including without limitation the rights to use, copy, modify, merge, publish, distribute,
8+
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
9+
furnished to do so, subject to the following conditions:
610

7-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11+
The above copyright notice and this permission notice shall be included in all copies or substantial
12+
portions of the Software.
813

9-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
15+
NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
16+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
17+
OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)