repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git]
/
writerfilter
/
source
/
ooxml
/
README
blob
c72b341aef6581c8c2edee1e47f6ecd140cb9511
1
= DOCX tokenizer
2
3
== Coding style
4
5
This directory uses the PEP 8 (see
6
<http://legacy.python.org/dev/peps/pep-0008/>) coding style for Python files.
7
Please run
8
9
----
10
pycodestyle *.py
11
----
12
13
before committing.