Skip to content

Commit 3922321

Browse files
AugustinMauroyJakobJingleheimerCopilot
authoredFeb 24, 2025··
make website published (#25)
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 92a3023 commit 3922321

Some content is hidden

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

64 files changed

+8192
-0
lines changed
 

‎.editorconfig

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
tab_width = 4
10+
11+
[*.json]
12+
indent_style = space
13+
indent_size = 2
14+
max_line_length = 50
15+
16+
[*.{yaml,yml}]
17+
indent_style = space
18+
19+
[*.css]
20+
indent_style = tab
21+
ident_size = 2

‎.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto eol=lf

0 commit comments

Comments
 (0)
Please sign in to comment.