Skip to content

Commit

Permalink
Merge pull request #5 from DaseinPhaos/p1
Browse files Browse the repository at this point in the history
indent rules
  • Loading branch information
gingerBill authored Aug 15, 2022
2 parents f114391 + 4e3cb3d commit 1746bce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions OdinIndent.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Odin Indent</string>
<key>scope</key>
<string>source.odin</string>
<key>settings</key>
<dict>
<key>decreaseIndentPattern</key>
<string>^(.*\*/)?\s*\}.*$</string>
<key>increaseIndentPattern</key>
<string>^.*\{[^}"']*$</string>
</dict>
</dict>
</plist>

0 comments on commit 1746bce

Please sign in to comment.