This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
Mirrors
/
atom-beautify
mirror of
https://github.com/Glavin001/atom-beautify.git
Watch
1
Star
0
Fork
You've already forked atom-beautify
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ccd9247ac6
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
test2.php
5 lines
69 B
PHP
Raw
Blame
History
<
?
php
function
add
(
$a
,
$b
)
{
return
$a
+
$b
;
}
echo
add
(
1
,
2
);
Reference in New Issue
View Git Blame
Copy Permalink