Skip to content

Commit a3af521

Browse files
MusaGrahamCampbell
authored andcommitted
Create .editorconfig (#404)
1 parent 6e67a04 commit a3af521

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.editorconfig

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

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* eol=lf
33

44
/tests export-ignore
5+
/.editorconfig export-ignore
56
/.gitattributes export-ignore
67
/.gitignore export-ignore
78
/.travis.yml export-ignore

0 commit comments

Comments
 (0)