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 c6f4c50 commit d0966b6Copy full SHA for d0966b6
.editorconfig
@@ -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
@@ -1,6 +1,6 @@
>
> Status: freshly minted, but seems to work!!
-> Requires re-frame >= v0.8.0-alpha9
+> Requires re-frame >= v0.8.0-alpha11
0 commit comments