aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/pluto-style.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/pluto-style.el')
-rw-r--r--src/pluto/pluto-style.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pluto/pluto-style.el b/src/pluto/pluto-style.el
new file mode 100644
index 000000000..0de474e44
--- /dev/null
+++ b/src/pluto/pluto-style.el
@@ -0,0 +1,4 @@
+(c-add-style "pluto" '("bsd"
+ (c-basic-offset . 4)
+ (c-offsets-alias . ((substatement-open . 0)))))
+