'Is it possible in Pycharm to map a tab to produce 4 spaces. If so how? [duplicate]

this is my first time using an IDE. I was wondering if its possible, as I've done in vim with imap, to make it so that when I press tab 4 spaces are produced in the editor. If this is possible, please point me how to do it. I'm not super familiar with key symbols so please be as explicit a possible; I poked around the keymap under settings but it was pretty confusing.



Solution 1:[1]

You can customize the Tab size in Pycharm. Goto Preference --> Editor --> Code Style --> Python.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Juan Navarrete