summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index d9c9d91e..646021e7 100644
--- a/README.txt
+++ b/README.txt
@@ -3,3 +3,9 @@ COPYING in this directory. For alternative licensing, please contact the
copyright holder.
See INSTALL.txt for compiling.
+
+IMPORTANT:
+You need to set your editor settings to tab=8 and indent=4. For example,
+with vim, you can do this with:
+ :se ts=8
+ :se sts=4