branch: externals/vc-jj
commit 57b94c2cafe5e9cbb06477cea2e12cd7a4714ccd
Author: Kristoffer Balintona <[email protected]>
Commit: Kristoffer Balintona <[email protected]>
Create .dir-locals file to enforce formatting
---
.dir-locals.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..9f87268ce1
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,5 @@
+;;; Directory Local Variables -*- no-byte-compile: t -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((fill-column . 70)
+ (sentence-end-double-space . t))))