diff options
author | David Tardon <dtardon@redhat.com> | 2014-08-15 08:46:11 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-08-15 09:03:51 +0200 |
commit | 7de2366a975c22cd77a1a3a64da6b7c642334ae1 (patch) | |
tree | 0af883a899a2803f1d74fbdcd96577d4b6d31ca3 /writerperfect/README | |
parent | 2c75925a809796e4177e5accaf6dfea566ea91bc (diff) |
use consistent style for writerperfect
Change-Id: I47089586094b58c39a128e44e2671d69c2d50177
Diffstat (limited to 'writerperfect/README')
-rw-r--r-- | writerperfect/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/writerperfect/README b/writerperfect/README index 9edcb4011ec0..2207b6fb19df 100644 --- a/writerperfect/README +++ b/writerperfect/README @@ -4,3 +4,9 @@ This collection of filters is here in this folder in addition to the WordPerfect filter that gave the module its (humorous) name "writerperfect" because the libraries they use all have the same "style" of API and are developed, at least partially, by the same person or group of persons. + +This module uses astyle to keep consistent coding style. Please run + +astyle --options=astyle.options \*.?xx + +before committing. |