Skip to content

Commit

Permalink
Merge pull request #6 from Aeliot-Tm/attributes
Browse files Browse the repository at this point in the history
Update attribute of git and editor
  • Loading branch information
Aeliot-Tm authored Aug 20, 2024
2 parents ab091d6 + 5d315ff commit 0c0b63a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.php]
indent_style = space
indent_size = 4

[*.xml]
indent_style = space
indent_size = 4

[*.neon]
indent_style = tab
indent_size = 4

[*.{yaml,yml}]
indent_style = space
indent_size = 4

[composer.json]
indent_style = space
indent_size = 4
18 changes: 17 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
* text eol=lf
* text eol=lf
*.neon linguist-language=YAML

/.docker export-ignore
/.github export-ignore
/.phpunit.cache export-ignore
/tests export-ignore
/vendor export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/composer.lock export-ignore
/docker-compose.yml export-ignore
/docker-entrypoint.sh export-ignore
/phpstan.neon.dist export-ignore
/phpstan-baseline.neon export-ignore
/phpunit.xml export-ignore

0 comments on commit 0c0b63a

Please sign in to comment.