blob: d1423cec74b71c8a786a82e0b041b37a9b949b08 (
plain)
1
2
3
4
5
6
7
8
|
= Coding style =
This project uses mostly the same file naming and coding style like
libwpd and the rest of Fridrich's libraries. Please run
astyle -A1 -HU -k3 -y -n -s2 -r \*.cpp \*.h
before committing.
|