Skip to content

Commit 61bfd68

Browse files
committed
Cleanup .tmPreferences: remove doctype, remove uuid, consistent indentation
1 parent 42e4c1d commit 61bfd68

File tree

144 files changed

+406
-784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+406
-784
lines changed

C#/Comments.tmPreferences

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -36,7 +35,5 @@
3635
</dict>
3736
</array>
3837
</dict>
39-
<key>uuid</key>
40-
<string>13586C10-0103-4479-B0F4-5EC656B775F5</string>
4138
</dict>
4239
</plist>

C#/Indentation.tmPreferences

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -11,24 +10,22 @@
1110
<key>decreaseIndentPattern</key>
1211
<string>(?x)
1312
^ (.*\*/)? \s* \} ( [^}{"']* \{ | \s* while \s* \( .* )? [;\s]* (//.*|/\*.*\*/\s*)? $
14-
</string>
13+
</string>
1514
<key>increaseIndentPattern</key>
1615
<string>(?x)
1716
^ .* \{ [^}"']* $
18-
| ^ \s* \{ \} $
19-
</string>
17+
| ^ \s* \{ \} $
18+
</string>
2019
<key>indentNextLinePattern</key>
2120
<string>(?x)^
2221
(?! .* [;:{}] # do not indent when line ends with ;, :, {, or }
2322
\s* (//|/[*] .* [*]/ \s* $) # …account for potential trailing comment
2423
)
2524
.* [^\s;:{}] \s* $ # indent next if this one isn’t
2625
# terminated with ;, :, {, or }
27-
</string>
26+
</string>
2827
<key>unIndentedLinePattern</key>
2928
<string>^\s*((/\*|\*/|//|#).*)?$</string>
3029
</dict>
31-
<key>uuid</key>
32-
<string>CF977095-ACE3-46DB-A20E-58AEA6167017</string>
3330
</dict>
3431
</plist>

C#/Symbol List Classes.tmPreferences

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -11,7 +10,5 @@
1110
<key>showInSymbolList</key>
1211
<integer>1</integer>
1312
</dict>
14-
<key>uuid</key>
15-
<string>0213C621-0ADE-4C32-BF2B-43968B7339B6</string>
1613
</dict>
1714
</plist>

C#/Symbol List Inner Classes.tmPreferences

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -13,7 +12,5 @@
1312
<key>symbolTransformation</key>
1413
<string>s/.*/ $0/g</string>
1514
</dict>
16-
<key>uuid</key>
17-
<string>A566BBA1-5824-427C-8B81-3C84FDDBD795</string>
1815
</dict>
1916
</plist>

C#/Symbol List Inner Function.tmPreferences

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -14,7 +13,7 @@
1413
<string>
1514
s/\s{2,}/ /g;
1615
s/.*/ $0/g;
17-
</string>
16+
</string>
1817
</dict>
1918
<key>uuid</key>
2019
<string>83649F69-8092-4EF4-9D3E-1942FF0A1B99</string>

C#/Symbol List Inner Inner Classes.tmPreferences

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -13,7 +12,5 @@
1312
<key>symbolTransformation</key>
1413
<string>s/.*/ $0/g</string>
1514
</dict>
16-
<key>uuid</key>
17-
<string>E0C77C28-09B7-4F0E-AC69-F6AD179272CC</string>
1815
</dict>
1916
</plist>

C#/Symbol List Inner Inner Inner Region.tmPreferences

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -14,9 +13,7 @@
1413
<string>
1514
s/\s{2,}/ /g;
1615
s/.*/ #$0/g;
17-
</string>
16+
</string>
1817
</dict>
19-
<key>uuid</key>
20-
<string>F41B3F7D-2A66-4A6B-81D6-3EB3AEEB07B6</string>
2118
</dict>
2219
</plist>

C#/Symbol List Inner Inner Method.tmPreferences

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -14,9 +13,7 @@
1413
<string>
1514
s/\s{2,}/ /g;
1615
s/.*/ $0/g;
17-
</string>
16+
</string>
1817
</dict>
19-
<key>uuid</key>
20-
<string>FB3EF230-FC68-46A6-90C5-F3B0444EDAA7</string>
2118
</dict>
2219
</plist>

C#/Symbol List Inner Inner Region.tmPreferences

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -14,9 +13,7 @@
1413
<string>
1514
s/\s{2,}/ /g;
1615
s/.*/ #$0/g;
17-
</string>
16+
</string>
1817
</dict>
19-
<key>uuid</key>
20-
<string>35D74E44-87D7-4094-9B29-1D69761B837B</string>
2118
</dict>
2219
</plist>

C#/Symbol List Inner Method.tmPreferences

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
32
<plist version="1.0">
43
<dict>
54
<key>name</key>
@@ -14,9 +13,7 @@
1413
<string>
1514
s/\s{2,}/ /g;
1615
s/.*/ $0/g;
17-
</string>
16+
</string>
1817
</dict>
19-
<key>uuid</key>
20-
<string>94C50FD3-712A-412F-8D20-660ECDB6053C</string>
2118
</dict>
2219
</plist>

0 commit comments

Comments
 (0)