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 408381c commit 3dbfc83Copy full SHA for 3dbfc83
.editorconfig
@@ -8,6 +8,8 @@ indent_style = space
8
indent_size = 4
9
trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
13
14
[*.{js,html}]
15
@@ -22,4 +24,4 @@ indent_size = 2
22
24
23
25
[*.yml]
26
indent_style = space
-indent_size = 2
27
+indent_size = 2
readme.md
@@ -7,9 +7,9 @@
7
##### Table of Contents
-[Overview](#overview)
-[Installation](#installation)
-[Issues, Questions and Feature Requests](#issues)
+[Overview](#overview)
+[Installation](#installation)
+[Issues, Questions and Feature Requests](#issues)
[Planned features](#planned_features)
<a name="overview"></a>
0 commit comments