I was actually planning on doing this in the near future. It&#39;ll be interesting to dig into SourceKit from the inside for once!<br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 8, 2015 at 13:17 Argyrios Kyrtzidis via swift-dev &lt;<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>Hi all,</div><div><br></div><div>If someone is looking for a starter project in our tooling support area, here’s one you can dig your teeth into:</div><div><br></div><div>SourceKit contains indentation logic that is not exposed in the libIDE library; this is not desirable, primarily because SourceKit is not cross-platform. Here are some steps to improve on this:</div><div><br><div><span style="white-space:pre-wrap">        </span>• Move the indentation logic from SourceKit to libIDE. Have SourceKit just expose the functionality contained in libIDE.<br></div><div><span style="white-space:pre-wrap">        </span>• Start a &#39;swift-format’ command-line tool that uses the indentation mechanism from libIDE; given a file and source range it auto-indents it.<br></div><div><span style="white-space:pre-wrap">        </span>• See prior work for &#39;clang-format&#39; (<a href="http://clang.llvm.org/docs/ClangFormat.html" target="_blank">http://clang.llvm.org/docs/ClangFormat.html</a>) for investigation on how to specify and provide formatting options.</div></div><div><font color="#5856d6"><br></font>This is tracked via <a href="https://bugs.swift.org/browse/SR-146" target="_blank">https://bugs.swift.org/browse/SR-146</a></div><div><br></div><div>-Argyrios</div>
<img src="https://u2002410.ct.sendgrid.net/wf/open?upn=rfFc4Xnp81eyZNomE8LdrUypiddzCCilNYtid1Qi-2BeXvoVbtq7dqGvzf8SMY1qNWQ4ZdSH6rwoHfQi-2BpvmumlbCzaGREXvDkkfg3zYk5j1KXHyYrReyG7rv-2FZxxI-2BaNDnv0Hrim8v-2FU1QY3Y-2Bc6hYZhe30ZGdjSMKeZkmk2ChvWMtSpVod6pIQehYfyoVEZ0V6VArSoXo2s36YhVSmmXaQ-3D-3D" alt="" width="1" height="1" border="0" style="min-height:1px!important;width:1px!important;border-width:0!important;margin-top:0!important;margin-bottom:0!important;margin-right:0!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;padding-right:0!important;padding-left:0!important">
</div>
_______________________________________________<br>
swift-dev mailing list<br>
<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-dev</a><br>
</blockquote></div>