summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2013-11-04 08:02:38 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2013-11-04 08:02:38 -0800
commit81aeba1c667f7f669c24014e5b6ef4ff03de69eb (patch)
tree67f06a158087406e7c2e7106695005baf9e61181 /HACKING
parent62fa3f96fef9cd803b85feab4e910a01581e5c15 (diff)
HACKING: Add note for python formatting
Signed-off-by: Dylan Baker <baker.dylan.c@gmail.com>
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