Skip to content

Commit 868adab

Browse files
committed
.editorconfig, .gitattributes
1 parent 3f2368c commit 868adab

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto
2+
* text eol=lf

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,3 @@ Temporary Items
4646
.phpintel/
4747
.idea/
4848
.vscode/
49-
/.*

0 commit comments

Comments
 (0)