add magic emacs incantation for python
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Sat, 14 Oct 2006 10:13:14 +0200
changeset 124 c0d0f7bebb73
parent 123 1a3cdef3218d
child 127 69f64284b9b5
child 129 c6c58f17dd01
add magic emacs incantation for python
SConstruct
build.py
utils/grid.py
--- a/SConstruct	Fri Oct 06 20:17:53 2006 +0200
+++ b/SConstruct	Sat Oct 14 10:13:14 2006 +0200
@@ -1,3 +1,4 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 import os.path
 import build
 
--- a/build.py	Fri Oct 06 20:17:53 2006 +0200
+++ b/build.py	Sat Oct 14 10:13:14 2006 +0200
@@ -1,3 +1,4 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 # Copyright (c) 2006 INRIA
 # All rights reserved.
 #
--- a/utils/grid.py	Fri Oct 06 20:17:53 2006 +0200
+++ b/utils/grid.py	Sat Oct 14 10:13:14 2006 +0200
@@ -1,4 +1,5 @@
 #!/usr/bin/env python
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
 
 import cairo
 import sys