]> git.sur5r.net Git - c128-kasse/commitdiff
add .dir-locals.el and .clang-complete
authorMaik Fischer <maikf@qu.cx>
Sun, 29 Oct 2017 13:12:32 +0000 (14:12 +0100)
committerMaik Fischer <maikf@qu.cx>
Mon, 30 Oct 2017 10:11:13 +0000 (11:11 +0100)
.clang_complete [new file with mode: 0644]
.dir-locals.el [new file with mode: 0644]

diff --git a/.clang_complete b/.clang_complete
new file mode 100644 (file)
index 0000000..5c112e1
--- /dev/null
@@ -0,0 +1,5 @@
+-I/usr/share/cc65/include
+-Iinclude
+-nostdlibinc
+-nobuiltininc
+-D__fastcall__=''
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..2cdd487
--- /dev/null
@@ -0,0 +1,5 @@
+((nil . ())
+ (c-mode . ((c-basic-offset . 2)
+            (indent-tabs-mode . nil)
+            (flycheck-clang-include-path . ("/usr/share/cc65/include"))
+            (flycheck-clang-language-standard . "c99"))))