mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 10:45:46 +01:00
s/\t/ /
This commit is contained in:
2
HACKING
2
HACKING
@@ -39,7 +39,7 @@ We try to be quite consistent, but of course, that's not always possible.
|
|||||||
* Opening curly brackets { must be on a new line, unless it is used in a closure:
|
* Opening curly brackets { must be on a new line, unless it is used in a closure:
|
||||||
function myFunction ()
|
function myFunction ()
|
||||||
{
|
{
|
||||||
if (foo)
|
if (foo)
|
||||||
{
|
{
|
||||||
baz = false;
|
baz = false;
|
||||||
return bar;
|
return bar;
|
||||||
|
|||||||
Reference in New Issue
Block a user