From 7755a45da8fc21dc3597e4b74c80b55a16e7fc79 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 9 Oct 2015 23:05:08 -0400 Subject: response --- doc/coding_style.mdwn | 2 +- .../comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment | 11 +++++++++++ .../comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment create mode 100644 doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment (limited to 'doc') 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. +"""]] -- cgit v1.2.3