Skip to content

Commit 99ee535

Browse files
author
Paul M. Jones
committed
line wrapping
1 parent 5c9c63e commit 99ee535

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

README.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
This publication describes a standard filesystem skeleton suitable for all PHP
44
packages.
55

6-
Please see <https://github.com/php-pds/skeleton_research> for background information.
6+
Please see <https://github.com/php-pds/skeleton_research> for background
7+
information.
78

89
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
910
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this publication are to be
@@ -33,32 +34,32 @@ README(.*) # information about the package itself
3334

3435
### bin/
3536

36-
If the package provides a root-level directory for command-line executable files, it MUST
37-
be named `bin/`.
37+
If the package provides a root-level directory for command-line executable
38+
files, it MUST be named `bin/`.
3839

3940
This publication does not otherwise define the structure and contents of the
4041
directory.
4142

4243
### config/
4344

44-
If the package provides a root-level directory for configuration files, it MUST be named
45-
`config/`.
45+
If the package provides a root-level directory for configuration files, it MUST
46+
be named `config/`.
4647

4748
This publication does not otherwise define the structure and contents of the
4849
directory.
4950

5051
### docs/
5152

52-
If the package provides a root-level directory for documentation files, it MUST be named
53-
`docs/`.
53+
If the package provides a root-level directory for documentation files, it MUST
54+
be named `docs/`.
5455

5556
This publication does not otherwise define the structure and contents of the
5657
directory.
5758

5859
### public/
5960

60-
If the package provides a root-level directory for web server files, it MUST be named
61-
`public/`.
61+
If the package provides a root-level directory for web server files, it MUST be
62+
named `public/`.
6263

6364
This publication does not otherwise define the structure and contents of the
6465
directory.
@@ -70,23 +71,24 @@ directory.
7071
7172
### resources/
7273

73-
If the package provides a root-level directory for other resource files, it MUST be named
74-
`resources/`.
74+
If the package provides a root-level directory for other resource files, it MUST
75+
be named `resources/`.
7576

7677
This publication does not otherwise define the structure and contents of the
7778
directory.
7879

7980
### src/
8081

81-
If the package provides a root-level directory for PHP source code files, it MUST be named
82-
`src/`.
82+
If the package provides a root-level directory for PHP source code files, it
83+
MUST be named `src/`.
8384

8485
This publication does not otherwise define the structure and contents of the
8586
directory.
8687

8788
### tests/
8889

89-
If the package provides a root-level directory for test files, it MUST be named `tests/`.
90+
If the package provides a root-level directory for test files, it MUST be named
91+
`tests/`.
9092

9193
This publication does not otherwise define the structure and contents of the
9294
directory.
@@ -116,8 +118,8 @@ directories.
116118

117119
### CHANGELOG
118120

119-
If the package provides a root-level file with a list of changes since the last release or
120-
version, it MUST be named `CHANGELOG`.
121+
If the package provides a root-level file with a list of changes since the last
122+
release or version, it MUST be named `CHANGELOG`.
121123

122124
It MAY have a lowercase filename extension indicating the file format.
123125

@@ -126,8 +128,8 @@ file.
126128

127129
### CONTRIBUTING
128130

129-
If the package provides a root-level file that describes how to contribute to the package,
130-
it MUST be named `CONTRIBUTING`.
131+
If the package provides a root-level file that describes how to contribute to
132+
the package, it MUST be named `CONTRIBUTING`.
131133

132134
It MAY have a lowercase filename extension indicating the file format.
133135

@@ -150,8 +152,8 @@ file.
150152

151153
### README
152154

153-
If the package provides a root-level file with information about the package itself, it
154-
MUST be named `README`.
155+
If the package provides a root-level file with information about the package
156+
itself, it MUST be named `README`.
155157

156158
It MAY have a lowercase filename extension indicating the file format.
157159

0 commit comments

Comments
 (0)