Skip to content

Commit 615bce3

Browse files
authoredMar 7, 2024
Initial commit
0 parents  commit 615bce3

Some content is hidden

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

60 files changed

+5214
-0
lines changed
 

‎.editorconfig

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#
2+
# __ __
3+
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/tegonal/github-commons
4+
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2022 Tegonal Genossenschaft <info@tegonal.com>
5+
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Creative Commons Zero v1.0 Universal
6+
# /___/ Please report bugs and contribute back your improvements
7+
#
8+
# Version: v2.2.0
9+
###################################
10+
11+
# https://editorconfig.org
12+
13+
root = true
14+
15+
[*]
16+
charset = utf-8
17+
indent_style = tab
18+
end_of_line = lf
19+
insert_final_newline = true
20+
trim_trailing_whitespace = true
21+
22+
[*.md]
23+
insert_final_newline = false
24+
trim_trailing_whitespace = false
25+
26+
[*.{yml,yaml}]
27+
indent_size = 2
28+
29+
[*.bat]
30+
end_of_line = crlf

‎.gitattributes

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#
2+
# __ __
3+
# / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/tegonal/github-commons
4+
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Creative Commons Zero v1.0 Universal
5+
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
6+
# /___/
7+
# Version: v1.2.0-SNAPSHOT
8+
#
9+
###################################
10+
11+
# https://help.github.com/articles/dealing-with-line-endings/
12+
13+
# These are explicitly windows files and should use crlf
14+
*.bat text eol=crlf
15+

0 commit comments

Comments
 (0)