summaryrefslogtreecommitdiffstats
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 13446440..cc4983f6 100644
--- a/HACKING
+++ b/HACKING
@@ -14,7 +14,7 @@ Coding Style
+
[source,C]
-------------------------------------------
-/* vim: set ts=2 sw=2 noet: */
+/* vim: set noet: */
-------------------------------------------
2. When opening new blocks such as 'while', 'if', or 'for', leave the opening
@@ -202,5 +202,5 @@ For example, to run valgrind:
valgrind --leak-check=full -- src/pacman/.libs/lt-pacman -Syu
/////
-vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
+vim:set syntax=asciidoc noet spell spelllang=en_us:
/////