Skip to content

Commit

Permalink
Create root files and folders
Browse files Browse the repository at this point in the history
  • Loading branch information
BaerMitUmlaut committed Nov 26, 2023
1 parent 60acb48 commit 6e429b1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.c]
indent_style = tab

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.vscode/*
Thumbs.db
CHANGELOG.md
10 changes: 10 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ACE ANVIL CONTRIBUTOR LIST
# If you contributed, but are not listed here, contact us on Discord:
# https://acemod.org/discord
#
# Feel free to add yourself to this when creating a pull
# request, preferably including an email address.

# CORE TEAM

# CONTRIBUTORS
Empty file added docs/.gitkeep
Empty file.
Empty file added extras/.gitkeep
Empty file.
Empty file added src/.gitkeep
Empty file.
Empty file added tools/.gitkeep
Empty file.

0 comments on commit 6e429b1

Please sign in to comment.