The reformatting tag has no wiki summary.
14
votes
25answers
986 views
How to convince management that reformatting entire java code base is safe
How would one go about proving to management that a batch reformat of all .java files in a large code base (to place the code in compliance with the company's coding standards) is safe and will not ...
2
votes
2answers
121 views
How to auto-reformat Python code and solve simple code conventions breaks?
Is there an utility that could be run to reformat and fix simple code convention issues in Python?
Let's say that you end-up with a big project that didn't followed PEP8 quite well and you want to ...
0
votes
3answers
78 views
C code reshaper
I am working with Matlab code generator. It is not possible to include code style guidelines. That's why I am looking for a tool to "reshape", rename and reformat the generated code according to my:
...
0
votes
1answer
344 views
Visual Studio 2010 breaks HTML formatting
Is there any way to get Visual Studio 2010 to properly format HTML code when reformatting?
In HTML,
<div><span></span></div>
is different than
<div> ...
0
votes
1answer
61 views
Is basic file reformatting a valid use case for SQL Server Integration Services (SSIS)?
Is using SSIS to do reformatting of flat files from one format to another (not using a database; just flat file connections) a common practice, or is it like using a sledgehammer to drive a nail?
The ...
-1
votes
1answer
140 views
Reformat code of TinyMCE in Silverstripe
When i'm putting some HTML/avascript code in TinyMCE, the code reformats or disappears after saving the page. I want to disable this.
Is there any way to stop the reformatting?