Skip to content

Commit abc55d8

Browse files
committed
added editorconfig and gitattributes
1 parent 8f06664 commit abc55d8

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = space
11+
12+
[*.md]
13+
trim_trailing_whitespace = false

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Enforce Unix newlines
2+
*.css text eol=lf
3+
*.html text eol=lf
4+
*.js text eol=lf
5+
*.json text eol=lf
6+
*.md text eol=lf
7+
*.php text eol=lf
8+
*.rb text eol=lf
9+
*.scss text eol=lf
10+
*.svg text eol=lf
11+
*.txt text eol=lf
12+
*.yml text eol=lf

0 commit comments

Comments
 (0)