aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-01-24 01:40:47 -0800
committerTim Harder <radhermit@gentoo.org>2013-01-24 01:40:47 -0800
commit08458f0f118f025cf88dd59d7f591c7c275e09a3 (patch)
tree347427677e39dd435ed5f42fcf87a68f4ae8153c /doc
parentDon't add an empty line at the end of a new ebuild (diff)
downloadgentoo-syntax-08458f0f118f025cf88dd59d7f591c7c275e09a3.tar.gz
gentoo-syntax-08458f0f118f025cf88dd59d7f591c7c275e09a3.tar.bz2
gentoo-syntax-08458f0f118f025cf88dd59d7f591c7c275e09a3.zip
Remove default textwidth setting
Diffstat (limited to 'doc')
-rw-r--r--doc/gentoo-syntax.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gentoo-syntax.txt b/doc/gentoo-syntax.txt
index ec213f5..75bb0c1 100644
--- a/doc/gentoo-syntax.txt
+++ b/doc/gentoo-syntax.txt
@@ -177,11 +177,11 @@ Authors: Ciaran McCreesh <ciaranm at gentoo dot org>
Settings Specifics *gentoo-syntax-settings*
- For ebuilds and eclasses, tabs (|'shiftwidth'| and |'tabstop'|) are
- set to four spaces, tab to space conversion (|'expandtab'|) is disabled
- and the text width (|'textwidth'|) is set to 80 columns. To allow
- proper syntax highlighting for commands like 'strip-flags', the hyphen
- character is added as a valid keyword character (|'iskeyword'|).
+ For ebuilds and eclasses, tabs (|'shiftwidth'| and |'tabstop'|) are set
+ to four spaces and tab to space conversion (|'expandtab'|) is disabled.
+ To allow proper syntax highlighting for commands like 'strip-flags',
+ the hyphen character is added as a valid keyword character
+ (|'iskeyword'|).
For ebuilds, eclasses and ChangeLogs, UTF-8 is used for fileencoding
as per GLEP 31.