practicalswift
|
797b80765f
|
[gardening] Use the correct base URL (https://swift.org) in references to the Swift website
Remove all references to the old non-TLS enabled base URL (http://swift.org)
|
2016-11-20 17:36:03 +01:00 |
|
Daniel Duan
|
d0de084a79
|
[swift-format] add option to indent switch block
add a boolean option to indent switch's block:
```
// with -indent-switch-case
switch xyz {
case .x:
doSomething()
}
```
```
// without -indent-switch-case
switch xyz {
case .x:
doSomething()
}
```
|
2016-11-03 19:48:41 -07:00 |
|
practicalswift
|
d00a5ef814
|
[gardening] Weekly gardening: typos, duplicate includes, header formatting, etc.
|
2016-03-24 22:41:10 +01:00 |
|
practicalswift
|
ac87f428ea
|
[gardening] Fix formatting of recently introduced headers.
|
2016-03-22 21:36:09 +01:00 |
|
John Regner
|
5b9fc3d832
|
[SourceKit] Add reformat function to libIDE
Move all the rest of the code formatters and helper classes out of the interface.
|
2016-03-18 21:37:00 -07:00 |
|
John Regner
|
e63678579b
|
[SourceKit] Moved Formatting files into place in libIDE
|
2016-03-18 21:19:57 -07:00 |
|