Commit Graph

2 Commits

Author SHA1 Message Date
Maxim Moiseev
62e80281f2 [vim] Adding a new line before the section of imports
... to satisfy pylint and fix the build.

```
Script:
--
/usr/bin/python /Users/buildnode/jenkins/workspace/oss-swift-incremental-RA-osx/swift/utils/python_lint.py
--
Exit Code: 1

Command Output (stdout):
--
./utils/vim/swift-format.py:36:1: I201 Missing newline before sections or imports.

--
```
2017-05-09 11:05:29 -07:00
Saleem Abdulrasool
9c15385aea swift-format: add vim integration
Add a helper, based on clang-format.py to integrate swift-format into
vim.
2017-05-06 20:09:57 -07:00