When working on a large code base across many projects, you have files which are different code styles.
As the code is version controlled, it is not desirable to reformat all the code.
Ideally, idea could auto detect the code style for a file and match the style.
OR in the worst case, it just remember the style on a file by file basis. (ugly)
Style differences include
2 space indentation, 4 space indentation, tab indentation.
Description
When working on a large code base across many projects, you have files which are different code styles.
As the code is version controlled, it is not desirable to reformat all the code.
Ideally, idea could auto detect the code style for a file and match the style.
OR in the worst case, it just remember the style on a file by file basis. (ugly)
Style differences include
2 space indentation, 4 space indentation, tab indentation.
Peter Lawrey - 20 Feb 07 14:51 It appears similar.
I now think that code style should be only one a per module basis. Any lower than that would probably be unmanageable.
IDEABKL-2770and IDEABKL-1999