I am trying to get a configuration for UncrustifyX that will work with Swift using Allman Style. I am using BBUncrustifyPlugin in Xcode. Here is what I still have:
# indent using tabs input_tab_size = 8 output_tab_size = 4 indent_columns = output_tab_size indent_with_tabs = 1
He gets most of the braces, but tears off exclamation points and question marks and has some other problems. I'm not sure what else I can do to make it work correctly.
I made a gist here :
source share