SourceInsight外掛: Artistic Style 自動格式化

Source Insight 外掛 Artistic Style 程式碼自動格式化

這裡有教你如何安裝的方法,原文請參考:
http://archerworks.blogspot.com/2010/04/source-insight-artistic-style.html





同事也有提供了幾個參數,像是他常用的

--style=allman %f -p -U


或是網站推薦的

--style=allman --indent=spaces --indent-switches --indent-labels --indent-preprocessor %f


我自己的話會習慣去按Tab鍵,所以另外加入了按Tab的語法之後,就變成這樣了

--style=allman %f --indent-switches --indent=tab --indent-labels --indent-preprocessor -p -U


這樣的話,不僅會自動Tab,連Switch/case也會自動縮排喔~

留言

這個網誌中的熱門文章

How to use ebtables: ebtable 的小筆記

解決 VirtualBox 無法開啟 NS_ERROR_FAILURE (0x80004005)