summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/coding_style.mdwn2
-rw-r--r--doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment11
-rw-r--r--doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment7
3 files changed, 19 insertions, 1 deletions
diff --git a/doc/coding_style.mdwn b/doc/coding_style.mdwn
index 64d1fb69..219b367c 100644
--- a/doc/coding_style.mdwn
+++ b/doc/coding_style.mdwn
@@ -103,7 +103,7 @@ Note for emacs users: You can put the following snippet into a file called
`.dir-locals.el` at root of propellor's source tree to use tabs for indentation:
((nil . ((indent-tabs-mode . t)
- (tab-width . 4)
+ (tab-width . 8)
(fill-column . 80)))
;; Warn about spaces used for indentation:
(haskell-mode . ((eval . (highlight-regexp "^ *")))))
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.
+"""]]
diff --git a/doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment b/doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment
new file mode 100644
index 00000000..9d95643c
--- /dev/null
+++ b/doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-10-10T03:02:15Z"
+ content="""
+Propellor does not have a dry run mode.
+"""]]