diff options
author | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:39:28 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 19:51:53 +0200 |
commit | 48fb710f357a363cce043a9f546e8a4aff196786 (patch) | |
tree | f6d4102339db3776887def299285b29c103bdd94 /nexgb/STYLE | |
parent | 3173202cc1e08762c6e156a8fffd23269a5ddb2b (diff) | |
download | haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.gz haven-48fb710f357a363cce043a9f546e8a4aff196786.tar.xz haven-48fb710f357a363cce043a9f546e8a4aff196786.zip |
nexgb: post-merge fixups and cleanups
AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up.
LICENSE: Google doesn't really grant you shit anymore. The EU doesn't
have software patents either, so it doesn't affect me directly.
README, doc.go: erase mentions of unmaintained xgbutil.
Diffstat (limited to 'nexgb/STYLE')
-rw-r--r-- | nexgb/STYLE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nexgb/STYLE b/nexgb/STYLE index b827c3c..a7e933a 100644 --- a/nexgb/STYLE +++ b/nexgb/STYLE @@ -1,8 +1,8 @@ -I like to keep all my code to 80 columns or less. I have plenty of screen real -estate, but enjoy 80 columns so that I can have multiple code windows open side -to side and not be plagued by the ugly auto-wrapping of a text editor. +Keep all code to 80 columns or less. We, the maintainers, have plenty of screen +real estate, but enjoy 80 columns so that we can have multiple code windows +open side to side and not be plagued by the ugly auto-wrapping of a text editor. -If you don't oblige me, I will fix any patch you submit to abide 80 columns. +If you don't oblige us, we will fix any patch you submit to abide 80 columns. Note that this style restriction does not preclude gofmt, but introduces a few peculiarities. The first is that gofmt will occasionally add spacing (typically |