This may be a feature request more than a bug. In many files I get, I find the include files formatted as follows:
#include<stdio.h> #include<stdlib.h> #include<stdint.h> /* for uintX_t definitions */ #include<string.h> /* for memcpy */ #include<limits.h> /* for CHAR_BIT */ that drives me nuts... Is there a way to have indent put a space before the '<' like: #include <stdio.h> #include <stdlib.h> #include <stdint.h> /* for uintX_t definitions */ #include <string.h> /* for memcpy */ #include <limits.h> /* for CHAR_BIT */ -- David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com _______________________________________________ bug-indent mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-indent
