Skip to content

Commit d0966b6

Browse files
committed
Add .editorconfig for Markdown files + readme
1 parent c6f4c50 commit d0966b6

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true
9+
10+
[package.json]
11+
indent_style = space
12+
indent_size = 2
13+
14+
[*.md]
15+
trim_trailing_whitespace = false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>
22
> Status: freshly minted, but seems to work!!
3-
> Requires re-frame >= v0.8.0-alpha9
3+
> Requires re-frame >= v0.8.0-alpha11
44
>
55
66

0 commit comments

Comments
 (0)