diff options
author | Joey Hess <joey@kitenet.net> | 2012-06-12 11:35:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-06-12 11:35:32 -0400 |
commit | 7b3b6e4654f51b0eec62af912d24e7e7c331c716 (patch) | |
tree | 136137ad65e4798aa82dcc68884bf63f8077ca38 /doc/contributing.mdwn | |
parent | 66a961b1b70c17e84379168d713cfa19728ad446 (diff) |
cleanup
Diffstat (limited to 'doc/contributing.mdwn')
-rw-r--r-- | doc/contributing.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.mdwn b/doc/contributing.mdwn index 11c6c1987..c3ab3d69d 100644 --- a/doc/contributing.mdwn +++ b/doc/contributing.mdwn @@ -2,6 +2,6 @@ This project uses tabs for indentation and the code looks fine with any tab width. If you are using Emacs, and have it configured to use -spaces for indentation, then you can add a ./.dir-locals.el to use +spaces for indentation, then you can add a `./.dir-locals.el` to use tabs for files in this project. See -http://www.emacswiki.org/emacs/DirectoryVariables. +<http://www.emacswiki.org/emacs/DirectoryVariables>. |