Skip to content

Commit

Permalink
First commit of a new version of the autosplitter using ingame time
Browse files Browse the repository at this point in the history
  • Loading branch information
Astropilot committed Dec 20, 2020
1 parent a8cd25f commit 318f750
Show file tree
Hide file tree
Showing 7 changed files with 10,340 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# editorconfig.org

root = true

# All Files
[*]
charset = utf-8
end_of_line = crlf
indent_style = space

# Markdown Files (README)
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true

# ASL files (AutoSplitter Script)
[*.asl]
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# XML format files (Cheat Table & Splits Files)
[*.{CT, lss}]
indent_size = 2
3,972 changes: 3,972 additions & 0 deletions CE_Tables/penumbra_overture_1.0.CT

Large diffs are not rendered by default.

5,613 changes: 5,613 additions & 0 deletions CE_Tables/penumbra_overture_1.1.CT

Large diffs are not rendered by default.

Loading

0 comments on commit 318f750

Please sign in to comment.