Not looking to start an editor war. :) But this patch adds a local variables file for Emacs to setup the 4-space indenting properly.
commit 38708745e867cd75cc8b44eee7e9f4af853eea1d
Author: Scott Talbert <s...@techie.net>
Date:   Sun Jun 9 17:48:50 2013 -0400

    Add a local variables file for Emacs to implement the 4-spaces indenting.
    
    Signed-off-by: Scott Talbert <s...@techie.net>

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..7c23c83
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,2 @@
+((nil . ((c-basic-offset . 4)
+         (indent-tabs-mode . nil))))
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
concordance-devel mailing list
concordance-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/concordance-devel

Reply via email to