[calls] dir-locals: Use the linux coding style



commit 879a214baf5433d8cf4c90982ce951a65711f0f8
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date:   Wed Jun 22 08:20:19 2022 +0200

    dir-locals: Use the linux coding style

 .dir-locals.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.dir-locals.el b/.dir-locals.el
index 18847152..95d14319 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -19,4 +19,7 @@
                 "G_DEFINE_TYPE_WITH_CODE" "G_DEFINE_TYPE_WITH_PRIVATE"
                 "G_DEFINE_FINAL_TYPE"
                 "G_DEFINE_FINAL_TYPE_WITH_CODE" "G_DEFINE_FINAL_TYPE_WITH_PRIVATE"
-                 )))))
+                ))
+            (c-file-style . "linux")
+            (c-basic-offset . 2)
+            )))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]