I just noticed that everytime when i copy some text from netbeans to notepad++ and then copy&paste it back to netbeans, everything is intended with double tabs.
Original
$.ajax
(
"ajax.php",
{
type: "POST",
dataType: "json",
...
After Pasting from Notepad++ to Netbeans
$.ajax
(
"ajax.php",
{
type: "POST",
dataType: "json",
...
Is there a setting in notepad++ which allows me to stop this behaviour?