Skip to content

Commit

Permalink
chore: .editorconfig, .gitattributes (#207)
Browse files Browse the repository at this point in the history
* chore: add .editorconfig

* chore: add .gitattributes, cleanup Composer package
  • Loading branch information
dkarlovi authored Nov 3, 2020
1 parent a55169c commit 2664984
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# see: https://editorconfig.org/
root = true

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

[*.md]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/docker export-ignore
/examples export-ignore
/tests export-ignore
/.* export-ignore
/*dist export-ignore
/code-of-conduct.md
/CODEOWNERS export-ignore
/CONTRIBUTING.md export-ignore
/docker-compose* export-ignore
/Makefile export-ignore
7 changes: 0 additions & 7 deletions phpstan.neon

This file was deleted.

7 changes: 7 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
parameters:
level: 4
paths:
- Context
- api
- contrib
- sdk
File renamed without changes.

0 comments on commit 2664984

Please sign in to comment.