Update to proposed PSR-1 coding standard.
* 4 space (no tab) indent * K&R-style braces
This commit is contained in:
+3
-2
@@ -9,6 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
class Mustache_Bar {
|
||||
// nada
|
||||
class Mustache_Bar
|
||||
{
|
||||
// nada
|
||||
}
|
||||
|
||||
+3
-2
@@ -9,6 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
class Mustache_Foo {
|
||||
// nada
|
||||
class Mustache_Foo
|
||||
{
|
||||
// nada
|
||||
}
|
||||
|
||||
+3
-2
@@ -9,6 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
class NonMustacheClass {
|
||||
// noop
|
||||
class NonMustacheClass
|
||||
{
|
||||
// noop
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user