From 4e3cb3d55ddd8a62cb0906f234dec0451027ffbf Mon Sep 17 00:00:00 2001 From: Luxko Date: Mon, 15 Aug 2022 19:01:24 +0900 Subject: [PATCH] indent rules --- OdinIndent.tmPreferences | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 OdinIndent.tmPreferences diff --git a/OdinIndent.tmPreferences b/OdinIndent.tmPreferences new file mode 100644 index 0000000..2608a9d --- /dev/null +++ b/OdinIndent.tmPreferences @@ -0,0 +1,17 @@ + + + + + name + Odin Indent + scope + source.odin + settings + + decreaseIndentPattern + ^(.*\*/)?\s*\}.*$ + increaseIndentPattern + ^.*\{[^}"']*$ + + +