Skip to content

Commit 722a725

Browse files
committed
chore: init
0 parents  commit 722a725

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.editorconfig

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
; http://editorconfig.org
2+
;
3+
; Sublime: https://github.com/sindresorhus/editorconfig-sublime
4+
; Phpstorm: https://plugins.jetbrains.com/plugin/7294-editorconfig
5+
6+
root = true
7+
8+
[*]
9+
indent_style = space
10+
indent_size = 4
11+
end_of_line = lf
12+
charset = utf-8
13+
trim_trailing_whitespace = true
14+
insert_final_newline = true
15+
16+
[{*.js,*.css,*.scss,*.html}]
17+
indent_size = 2

.gitignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# standards
2+
/.cache/
3+
/.env
4+
/.idea/
5+
/vendor/
6+
composer.lock
7+
coverage.xml
8+
clover.xml

0 commit comments

Comments
 (0)