Skip to content

Commit 4796120

Browse files
committed
more docs
1 parent f951ec4 commit 4796120

File tree

235 files changed

+3637
-1077
lines changed

Some content is hidden

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

235 files changed

+3637
-1077
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# https://help.github.com/articles/dealing-with-line-endings/
3+
#
4+
# Linux start script should use lf
5+
/gradlew text eol=lf
6+
7+
# These are Windows script files and should use crlf
8+
*.bat text eol=crlf
9+

.github/workflows/format.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Format
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
9+
formatting:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3 # v2 minimum required
13+
- uses: axel-op/googlejavaformat-action@v3
14+
with:
15+
args: "--replace"

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ classes
1010
docs/en/public/reference
1111
docs/en/book/changelog.md
1212

13+
14+
# Ignore Gradle project-specific cache directory
15+
.gradle
16+
17+
# Ignore Gradle build output directory
18+
build

CHANGELOG.md

Lines changed: 11 additions & 0 deletions

docs/de/book/reference/extensions/recorder/gif.md

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)