Skip to content
This repository was archived by the owner on Nov 4, 2021. It is now read-only.

Commit eba042c

Browse files
authored
Merge pull request #182 from lucasmichot/feature/dotfiles
Add some dotfiles.
2 parents b1c05f5 + 40a81a5 commit eba042c

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_size = 2

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
* text=auto
2+
3+
/docker export-ignore
4+
/tests export-ignore
5+
.codecov.yml export-ignore
6+
.editorconfig export-ignore
7+
.gitattributes export-ignore
8+
.gitignore export-ignore
9+
.styleci.yml export-ignore
10+
_config.yml export-ignore
11+
phpunit.xml export-ignore

.styleci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
preset: laravel

0 commit comments

Comments
 (0)