aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-02-23 13:18:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-02-23 13:18:33 +0000
commit6accc46024d436e69802793956653412cde8f404 (patch)
tree8da891bff77f5629dec8ea200ca389916ed3e9dd /phpBB/docs/coding-guidelines.html
parentb5a1ddffa0b424d4e8d6b7b08cbbf3eec3d264bb (diff)
downloadforums-6accc46024d436e69802793956653412cde8f404.tar
forums-6accc46024d436e69802793956653412cde8f404.tar.gz
forums-6accc46024d436e69802793956653412cde8f404.tar.bz2
forums-6accc46024d436e69802793956653412cde8f404.tar.xz
forums-6accc46024d436e69802793956653412cde8f404.zip
some language/style/code fixes (refer to the diff of the changelog)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8389 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 5ad2627d6e..837ae55227 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -110,7 +110,7 @@
<p>If entered with tabs (replace the {TAB}) both equal signs need to be on the same column.</p>
<h3>Linefeeds:</h3>
- <p>Ensure that your editor is saving files in the UNIX format. This means lines are terminated with a newline, not with a CR/LF combo as they are on Win32, or whatever the Mac uses. Any decent editor should be able to do this, but it might not always be the default. Know your editor. If you want advice on Windows text editors, just ask one of the developers. Some of them do their editing on Win32.</p>
+ <p>Ensure that your editor is saving files in the UNIX (LF) line ending format. This means that lines are terminated with a newline, not with Windows Line endings (CR/LF combo) as they are on Win32 or Classic Mac (CR) Line endings. Any decent editor should be able to do this, but it might not always be the default setting. Know your editor. If you want advice for an editor for your Operating System, just ask one of the developers. Some of them do their editing on Win32.
<a name="fileheader"></a><h3>1.ii. File Header</h3>