From 96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 May 2013 02:29:46 -0400 Subject: Update source file format: remove TABs, use GNU coding styles. --- README.git | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.git') diff --git a/README.git b/README.git index c51c40a..6b2f28b 100644 --- a/README.git +++ b/README.git @@ -56,6 +56,17 @@ constructing multiple commits from various files and even from different diff chunks in the same file. There is a video available which helps a lot. +Coding Standards +---------------- + +GNU make code adheres to the GNU Coding Standards. Additionally, GNU make is +a foundational bootstrap package for the GNU project; as such it is very +conservative about language features it expects. It should build with any C +compiler conforming to the ANSI C89 / ISO C90 standard. + +Please use only spaces and no TAB characters in source code. + + Building From Git ----------------- -- cgit v1.2.3