Skip to content

Commit 9f5d81d

Browse files
committed
Keep spaces in md files
1 parent eaeb1e7 commit 9f5d81d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ end_of_line = lf
77
charset = utf-8
88
insert_final_newline = true
99
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is a set of scripts that are used by [SteamDB](https://steamdb.info) to make educated guesses about the engine(s) & technology used to build various games.
44

5-
It makes educated guesses, but they are just that, guesses.
6-
It is not perfect.
7-
It will never be perfect.
5+
It makes educated guesses, but they are just that, guesses.
6+
It is not perfect.
7+
It will never be perfect.
88
Do not expect it to be perfect.
99

1010
You can browse the result of this here: https://steamdb.info/tech/

0 commit comments

Comments
 (0)