branch: elpa/gptel
commit d7a170fa9116ad9a4ddd8d246ae8aafaa328853a
Author: Henrik Ahlgren <pa...@seestieto.com>
Commit: GitHub <nore...@github.com>

    dir-locals: Set some project specific local variables (#712)
    
    .dir-locals.el: Set `indent-tabs-mode' to nil to avoid whitespace
    problems (particularly with `aggressive-indent-mode'), as the project
    predominantly uses spaces for indentation.  Ensure sentences end with
    double spaces to adhere to the house style.  Point
    `bug-reference-url-format' to Github issues; while there are few bug
    references in the codebase, this may be useful later.
---
 .dir-locals.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..d4e90de524
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,3 @@
+((nil . ((indent-tabs-mode . nil)
+        (sentence-end-double-space . t)
+        (bug-reference-url-format . 
"https://github.com/karthink/gptel/issues/%s";))))

Reply via email to