summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/ooxml/README
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/README')
-rw-r--r--writerfilter/source/ooxml/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/README b/writerfilter/source/ooxml/README
new file mode 100644
index 000000000..c72b341ae
--- /dev/null
+++ b/writerfilter/source/ooxml/README
@@ -0,0 +1,13 @@
+= DOCX tokenizer
+
+== Coding style
+
+This directory uses the PEP 8 (see
+<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
+Please run
+
+----
+pycodestyle *.py
+----
+
+before committing.