Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit c8a5f08

Browse files
committed
Merge pull request #40 from douglasduteil/chore-adding-editorconfig-file
chore: adding .editorconfig file
2 parents 04ed51e + 0713aab commit c8a5f08

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.editorconfig

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

0 commit comments

Comments
 (0)