diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-09 23:05:08 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-09 23:05:08 -0400 |
| commit | 7755a45da8fc21dc3597e4b74c80b55a16e7fc79 (patch) | |
| tree | 7fd602d571a5907d71861b637d4afbe9779ba24c /doc | |
| parent | 4c269ab77e74b3730de5c4abab2cc40fa240f871 (diff) | |
response
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/coding_style.mdwn | 2 | ||||
| -rw-r--r-- | doc/coding_style/comment_2_8bc078909d29f6ae13da9cb99fa4325d._comment | 11 | ||||
| -rw-r--r-- | doc/forum/Dry_run_mode/comment_1_eb7b8e8b3259b0510e5551bcf1694ad1._comment | 7 |
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. +"""]] |
