Thanks for the good advices!
You know, I am using SED to only start my program from there. Coding with that not so comfortable.
You are right, must to change. So, I changed to Notepad++ as I wrote.

And one little advice from me. If you have problems with messed up formating try this ancient coding technique:
Code
ENTITY *view_ent = {
	layer = 2;
}

PANEL *example_pan = {
	flags = UNTOUCHABLE;
}

I think VSCode will be happy and no more messing up. (Literally you saved one line in the code, and the overview of a function will be easier and faster)
You don't have to use it. I know there are lot of people who likes to write the { into one separate line.
Cheers.