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
259bb7083d
atom-beautify
/
examples
/
simple-jsbeautifyrc
/
php
/
expected
/
test2.php
6 lines
67 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