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 + ^.*\{[^}"']*$ + + +