Skip to content

Commit 0c1785e

Browse files
committed
Add .editorconfig
1 parent e63c4d9 commit 0c1785e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# 1.2.0
4141

42-
* According to https://en.gravatar.com/site/check/ https://s.gravatar.com/avatar/ is their preferred url.
42+
* According to https://en.gravatar.com/site/check/ https://s.gravatar.com/avatar/ is their preferred url.
4343

4444
# 1.1.1
4545

0 commit comments

Comments
 (0)