We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a216c4 commit 6a8dbebCopy full SHA for 6a8dbeb
.editorconfig
@@ -14,6 +14,10 @@ insert_final_newline = true
14
[Makefile]
15
indent_style = tab
16
17
-[*.yml]
+[*.{yml,yaml}]
18
indent_style = space
19
indent_size = 2
20
+
21
+[*.md]
22
+trim_trailing_whitespace = false
23
+insert_final_newline = true
README.md
@@ -11,7 +11,7 @@ A collection of tools for manipulating recorded games of Age of Empires 2 Defini
11
12
## FAQ
13
-Q: **How do I use this?**
+Q: **How do I use this?**
A: Launch the executable (`aoe_rec_tools.exe`) file from the command line and pass in parameters depending on what you need. Pass in `--help` for help
***
0 commit comments