-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First commit of a new version of the autosplitter using ingame time
- Loading branch information
1 parent
a8cd25f
commit 318f750
Showing
7 changed files
with
10,340 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.