Skip to content
This repository was archived by the owner on Mar 27, 2020. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 540d6c2

Browse files
committedMay 4, 2016
🍕
1 parent f1e5921 commit 540d6c2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
 

‎.editorconfig

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

‎.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.svg -diff -text
2+
*.psd -diff -text
3+
*.ai -diff -text

0 commit comments

Comments
 (0)
This repository has been archived.