bug-indent
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

options to place space between #include' '< ?


From: David C. Rankin J.D. P.E.
Subject: options to place space between #include' '< ?
Date: Thu, 19 Jun 2014 13:55:32 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]