Skip to content

Commit c6d82b1

Browse files
committed
Add a minimal .editorconfig
Mostly to decrease the chance of people nuking Markdown's trailing double-space syntax. Indent size is left unset.
1 parent 6007fdb commit c6d82b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
indent_style = space
8+
9+
[*.md]
10+
# Markdown can use trailing ' ' to indicate <br />
11+
trim_trailing_whitespace = false
12+

0 commit comments

Comments
 (0)