You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
First aval, good job. Next thing is Allman style does not work after modifying plugins/Codiad-Beautify-master/default.settings.json file by putting expand.
Can you check?
The text was updated successfully, but these errors were encountered:
If there is an config file in data/config/beautify.settings.php, you have to edit this one. This solutions isn't really good, maybe I have some time to create a better one.
Yeah that what I did but it didn't work as expected.
You can try this sample code:
foreach($tools as $key => $tool) {
print "<a href=\"/".$key.
"\">".$tool['name'].
"</a><br />";
if ($a == $b) {
print $this;
}
}
foreach($tools as $key => $tool) {
print "<a href=\"/".$key.
"\">".$tool['name'].
"</a><br />";
if ($a == $b) {
print $this;
}
}
function plop()
{
foreach($tools as $key => $tool) {
print "<a href=\"/".$key.
"\">".$tool['name'].
"</a><br />";
if ($a == $b) {
print $this;
}
}
}
function plopp()
{
foreach($tools as $key => $tool) {
print "<a href=\"/".$key.
"\">".$tool['name'].
"</a><br />";
if ($a == $b) {
print $this;
}
}
}
on http://phpbeautifier.com/ with Allman Style and 4 spaces parameters.
If you got time it should be amazing [😊] .
PHP Beautifier<http://phpbeautifier.com/>
phpbeautifier.com
Proper formatting makes code easier to read and understand. PHP Beautifier parses your source code and formats it in the style of your choice. Please make a backup ...
Byyye.
________________________________
De : Andr3as <notifications@github.com>
Envoyé : samedi 17 décembre 2016 23:22
À : Andr3as/Codiad-Beautify
Cc : Lord-Y; Author
Objet : Re: [Andr3as/Codiad-Beautify] Allman style does not work (#11)
If there is an config file in data/config/beautify.settings.php, you have to edit this one. This solutions isn't really good, maybe I have some time to create a better one.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#11 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIbG3gp1MDR-TqgkFtp8j54fhHHsJUuIks5rJG7LgaJpZM4LHSvO>.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
First aval, good job. Next thing is Allman style does not work after modifying plugins/Codiad-Beautify-master/default.settings.json file by putting expand.
Can you check?
The text was updated successfully, but these errors were encountered: