We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.editorconfig
1 parent e63c4d9 commit 0c1785eCopy full SHA for 0c1785e
2 files changed
.editorconfig
@@ -0,0 +1,13 @@
1
+# editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+indent_size = 2
7
+indent_style = space
8
+end_of_line = lf
9
+trim_trailing_whitespace = true
10
+insert_final_newline = true
11
12
+[*.md]
13
+trim_trailing_whitespace = false
Changelog.md
@@ -39,7 +39,7 @@
39
40
# 1.2.0
41
42
- * According to https://en.gravatar.com/site/check/ https://s.gravatar.com/avatar/ is their preferred url.
+ * According to https://en.gravatar.com/site/check/ https://s.gravatar.com/avatar/ is their preferred url.
43
44
# 1.1.1
45
0 commit comments