Team,
I'm wondering, if there is a way to change the default tab width for all projects? For our development team, the Default of 8 causes alignment issues and for the OCD guys out there, it drives them crazy.
I've seen where individually, they can change their own settings here: https://confluence.atlassian.com/fisheye/changing-your-user-profile-298976815.html
but we want to change it globally.
Thanks for all you guys do! Truly a great community.
-Joe
Forgot to add, I know I can see and (probably?) update the underlying database table:
SELECT cru_user_id, cru_tabwidth FROM cru_user_profile;
to be something like:
UPDATE cru_user_profile SET cru_tabwidth = 4;
but was thinking there has to be a better way... is there an XML or config file setting somewhere?
-Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.