How can I change files from yaml format back to original format on Pycharm CE Follow
Hi!
I accidentally changed the format of files from py/sql, etc. etc. to yaml.
However, no matter what i do, I can't reverse the change (file still ends with its file type but format is all yaml) despite re-installing PyCharm. What should I do?
Please sign in to leave a comment.
Have you checked the file type settings https://www.jetbrains.com/help/pycharm/creating-and-registering-file-types.html#change-extension ?
You probably need to remove incorrect patterns from YAML type and add them back to correct types.