Please review pull request #68: Removed 80 character limit from style_guide. opened by (ody)

Description:

Found that an 80 character line limit for style is not realistic so
we are removing it.

  • Opened: Thu May 03 23:31:27 UTC 2012
  • Based on: puppetlabs:master (5fc270f13b392bedad4b11d144349c89dd0e9342)
  • Requested merge: ody:remove_80_character_line_limit (27f83a7c3660c0e6f9eeffdd930bf386127dc931)

Diff follows:

diff --git a/source/guides/style_guide.markdown b/source/guides/style_guide.markdown
index 177b3c8..cd44374 100644
--- a/source/guides/style_guide.markdown
+++ b/source/guides/style_guide.markdown
@@ -89,7 +89,6 @@ Module manifests complying with this style guide:
 * Must use two-space soft tabs
 * Must not use literal tab characters
 * Must not contain trailing white space
-* Should not exceed an 80 character line width
 * Should align fat comma arrows (`=>`) within blocks of attributes
 
 ## 7. Comments

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to