Skip to content

Commit

Permalink
Add .editorconfig & .gitattributes files
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusValera committed Jun 24, 2022
1 parent 09d2312 commit 1c4158e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/.github export-ignore
/tests export-ignore
/tools export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php-cs-fixer.dist.php export-ignore
/phpbench.json export-ignore
/phpmetrics-config.json export-ignore
/phpstan.neon export-ignore
/phpunit.xml export-ignore
/psalm.xml export-ignore
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ An example of an application structure using gacela modules:

```bash
application-name
├── gacela.php # You can customize some behaviours of gacela.
├── gacela.php # You can customize some behaviours of gacela.
├── config
│ ├── default.php
Expand Down

0 comments on commit 1c4158e

Please sign in to comment.