Skip to content

Commit 07aae2c

Browse files
committed
ADD LF endings and editor config
1 parent ff997ec commit 07aae2c

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# Set default charset
12+
[*]
13+
charset = utf-8
14+
15+
# Tab indentation
16+
indent_style = space
17+
indent_size = 4

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Git default LF endlines
2+
* text=auto eol=lf
3+
4+
# Export to packages ignoring files
15
/dev export-ignore
26
/test export-ignore
37
/phpunit.xml export-ignore

0 commit comments

Comments
 (0)