Skip to content

Commit 8b092cf

Browse files
author
DKravtsov
committedJan 12, 2024
phpcpd 7.0.1 release.
·
v8.2.3v7.0.1
1 parent 7724245 commit 8b092cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+216395
-2217
lines changed
 

‎.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
insert_final_newline = true
8+
indent_style = space
9+
indent_size = 4
10+
trim_trailing_whitespace = true
11+
12+
[*.md]
13+
trim_trailing_whitespace = false
14+
15+
[*.yml]
16+
indent_size = 2
17+
18+
[{composer.json,Makefile}]
19+
indent_style = tab

‎.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
###> docker-compose configuration ###
2+
COMPOSE_PROJECT_NAME=phpcpd
3+
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
4+
XDEBUG_CONFIG=main
5+
###< docker-compose configuration ###

0 commit comments

Comments
 (0)
Please sign in to comment.