options to place space between #include' '< ?
"David C. Rankin J.D. P.E." <[email protected]> Thu, 19 Jun 2014 13:55:32 -0500
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Organization | Rankin Law Firm, PLLC |
| Message-ID | <[email protected]> |
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