From: Misha Brukman Date: Mon, 6 Oct 2003 19:26:00 +0000 (+0000) Subject: Break lines so that they fit within 80 columns. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1b36d676d1dac887cba5572af66c2e11a737dc63;p=oota-llvm.git Break lines so that they fit within 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html index 700fe1b8838..3eb9f0c5aef 100644 --- a/docs/CodingStandards.html +++ b/docs/CodingStandards.html @@ -53,14 +53,24 @@


Commenting


Comment Formatting


#include Style


Use Spaces Instead of Tabs


Indent Code Consistently


Treat Compiler Warnings Like Errors