From 3b3d9abc87a4f4a0f4320e7fe4fd90a897446fc8 Mon Sep 17 00:00:00 2001 From: "Marek S. Lukasiewicz" Date: Tue, 28 Jan 2025 14:01:18 +0100 Subject: [PATCH] Setup autoformat for C and C++ in Helix Editor --- .helix/languages.toml | 7 +++++++ project/bin/marshconnector.gdextension | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .helix/languages.toml diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 0000000..a9b8ee3 --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,7 @@ +[[language]] +name = "c" +auto-format = true + +[[language]] +name = "cpp" +auto-format = true diff --git a/project/bin/marshconnector.gdextension b/project/bin/marshconnector.gdextension index 3003116..554dca7 100644 --- a/project/bin/marshconnector.gdextension +++ b/project/bin/marshconnector.gdextension @@ -1,7 +1,7 @@ [configuration] entry_symbol = "marsh_library_init" -compatibility_minimum = "4.3" +compatibility_minimum = "4.4" reloadable = true [libraries]