Tagged Questions

10
votes
5answers
977 views

Best C++ Code Formatter/Beautifier

There are lots of source-code formatting tools out there. Which ones work best for C++? I'm interested in command-line tools or other things that can be automatically run when ch …
1
vote
6answers
256 views

Code formatter / beautifier for C on Linux for Emacs user

I'm a Linux user looking for a code beautifier which will take files containing C code and format them to specification. Specifically, I'm looking to: Change all indentations to …
7
votes
3answers
175 views

Where can I find a decent Ruby source beautifier?

Where can I find a decent Ruby source beautifier? I want something customizable and reliable. I found this but I'm not convinced.
1
vote
2answers
268 views

Online Code Beautifier And Formatter for Delphi or Pascal

Do you know any online Code Beautifier And Formatter for Delphi or Pascal Sintax? only i can found this tool , but only highlight the source code. Bye.
3
votes
1answer
138 views

A beautifier for lisp?

Are there any beautifiers for (e)lisp? Online preferred
8
votes
6answers
2k views

Javascript Beautifier

I am looking for a code beautifier that supports javascript and works on both windows and linux and can be used in batch scripts. Any recommendations?
0
votes
0answers
55 views

Fixing PHP_Beautifier’s empty lines’ problem

I am currently using PHP_Beautifier for formatting code with the following command like options -t -l "ArrayNested() IndentStyles(style=bsd) NewLines(before=T_CLASS:function:T_COM …
0
votes
1answer
224 views

is there a way to format actionscript in flashdevelop?

is there a way to format/beautify actionscript (as3) in flashdevelop? if not are there easy ways to do this without using the Flash IDE. Thanks, Josh
1
vote
3answers
568 views

Objective-C style formatter

I'm a newbie on Objective-C programming and aiming to follow Google's code convention: http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml. Some code formatting tool w …
5
votes
6answers
919 views

Looking for an embeddable SQL beautifier or reformatter

I am looking for a Java open source beautifier or reformatter for SQL that I can use to clean up DDL statements that I am generating with openArchitectureWare. Nothing in the answ …
2
votes
4answers
416 views

C to C translator / C-code cleanup tool

I wonder if there exist some free software that let me pass a C file and it outputs a more structured C-file. I'm dealing with a short piece of C-Code that has been written long a …