summaryrefslogtreecommitdiff
path: root/doc/coding_style
diff options
context:
space:
mode:
Diffstat (limited to 'doc/coding_style')
-rw-r--r--doc/coding_style/comment_1_86e860c6ac600b15b8a84cc7de1880cf._comment9
-rw-r--r--doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment11
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/coding_style/comment_1_86e860c6ac600b15b8a84cc7de1880cf._comment b/doc/coding_style/comment_1_86e860c6ac600b15b8a84cc7de1880cf._comment
new file mode 100644
index 00000000..1df2580a
--- /dev/null
+++ b/doc/coding_style/comment_1_86e860c6ac600b15b8a84cc7de1880cf._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="pelle"
+ subject="comment 1"
+ date="2015-10-09T11:49:06Z"
+ content="""
+I am bit confused. If tabs with 8 spaces are the default, why does the example `.dir-locals.el` set tab-width to 4?
+
+Also, the examples show tabs as four spaces when rendered by ikiwiki/Markdown.
+"""]]
diff --git a/doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment b/doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment
new file mode 100644
index 00000000..88edabee
--- /dev/null
+++ b/doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2015-10-10T03:03:42Z"
+ content="""
+Well, 8 is the general default, I don't know why markdown defaults to 4.
+Following this coding style should result in code that looks good at most
+tab sizes.
+
+Adjusted the .dir-locals.el to use 8 for consistency.
+"""]]