Top "Autoformatting" questions

A software feature commonly found in word processor programs such as Microsoft Word that automatically changes the formatting or appearance of text.

How to disable auto changing tabs to spaces in the code in Intellij Idea?

How to disable auto changing tabs to spaces and removing empty lines, whitespaces in the sourcefiles after it opened? In …

intellij-idea whitespace indentation autoformatting
Visual Studio/C# auto-format. Can I control newline after attributes

Visual studio keeps doing this: [DataContract] public class MyContract { [DataMember] public bool MyBool { get; set; } [DataMember] public string MyString { get; …

c# visual-studio autoformatting
Netbeans CSS auto format

In Netbeans 6.9.1 (PHP bundle) the code format (ALT+SHIFT+F) doesn't seem to work on CSS files, that is when …

css netbeans autoformatting
Netbeans : Auto Format : prevent it for a section of my code

I use Netbeans auto format (ctrl+alt+f) a lot. It's a very nice function!. But I use StringBuffer.append() …

netbeans autoformatting