summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 03519e5f7..d96b99419 100644
--- a/HACKING
+++ b/HACKING
@@ -114,6 +114,12 @@ Piglit has a rich set of utility functions for basic drawing, setting
up shaders, probing pixels, error checking, etc. Try to use them before
rolling your own.
+Python framework:
+
+Piglit uses python's PEP8 standard for formatting of python code; using only
+spaces with no tabs for indenting. See
+http://www.python.org/dev/peps/pep-0008/ for more information.
+
\ Release Philosophy