Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 04a776d

Browse files
authoredMay 6, 2017
Merge pull request #8 from findbrok/master
Added .editorconfig + updated .gitattributes
2 parents c6a54fd + 2d0b56b commit 04a776d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
 

‎.editorconfig

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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]
15+
indent_style = space
16+
indent_size = 2

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* text=auto
22

33
/tests export-ignore
4+
.editorconfig export-ignore
45
.gitattributes export-ignore
56
.gitignore export-ignore
67
.styleci.yml export-ignore

0 commit comments

Comments
 (0)
This repository has been archived.