
On Sun, Nov 16, 2003 at 10:53:54AM -0500, Robert Crosbie wrote:
I was just wondering what indenting convention we were using for inkscape. If I had some new code to submit, what indent command should I run on it to make sure it looks like all the other code?
Within the next week or two there will be some style guidelines and once that is ready there will be modelines for vim/emacs added to existing source files to make it easier for developers to brainlessly follow these guidelines. There will also be template files added with the proper header/footer comments/information to make it easier for new develoeprs to contribute new code.
That being said, I don't know the answer to your question. I do know that since Inkscape is moving twards C++, there will be no indent command that can be trusted with formatting large amounts of code (indent has poor C++ support afaik, since C++ is such a massively complex language).
-T