When cutting code, some of the things I have to enforce (or my head explodes) are:
- .cvsignore (or whatever version system) files must list files in alphabetical order
- include/import file names must be in alphabetical order (and they follow a certain structure for C or C++ files)
(my editor makes this simple, so it's not a maintainance issue)
What is your quirk?