How can I set the default project settings? That is, the settings adopted when a new project is created.
For example: my global indentation is 2 spaces (Tools / Global Options / Code - Tab width). However, if I create a new project, the indentation is 4 spaces (Tools / Project Options / Code editing - Tab width).
Obviously, I can simply modify the project options (via the menu or the .Rproj file) once the project is created, but it'd be nice if I didn't have to.
How can I modify this, so that the default project indentation is 2 spaces (or, even better, whatever the global setting is when the project is created)?