Skip to content

Commit 6a8dbeb

Browse files
committed
Fix FAQ formatting
1 parent 2a216c4 commit 6a8dbeb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.editorconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ insert_final_newline = true
1414
[Makefile]
1515
indent_style = tab
1616

17-
[*.yml]
17+
[*.{yml,yaml}]
1818
indent_style = space
1919
indent_size = 2
20+
21+
[*.md]
22+
trim_trailing_whitespace = false
23+
insert_final_newline = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A collection of tools for manipulating recorded games of Age of Empires 2 Defini
1111

1212
## FAQ
1313

14-
Q: **How do I use this?**
14+
Q: **How do I use this?**
1515
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
1616

1717
***

0 commit comments

Comments
 (0)