.astylerc .gitignore .gitmodules .travis.yml CHANGELOG.md CONFIG CONTRIBUTING.md ISSUE_TEMPLATE.md LICENSE Makefile README.md autobuild.sh autopackage.sh autorun.sh autorun_post.py autotest.sh configureBreadcrumbs spdk / .astylerc Latest commit danielverkampand jimharris astyle: change "add-br...
.astylerc .astylerc769 Bytes 一键复制编辑原始数据按行查看历史 Daniel Verkamp提交于7年前.astyle: change "add-braces" to "j" for compatibility 123456789101112131415161718192021222324252627 # Bracket Style style=kr # K&R brackets j # Add braces to one-line conditional statements ...
A powerful cross-platform raw photo processing program - RawTherapee/rawtherapee.astylerc at 5.10 · RawTherapee/RawTherapee
#first install Artistic Style: http://astyle.sourceforge.net/ #change to the top directory of LibreCAD sources (the dir containing this file) #exec: astyle --options=./librecad.astylerc src/*.cpp #exec: astyle --options=./librecad.astylerc src/*.h #or #exec: astyle --...
问Vim代码使用astyle格式化(vimrc中的formatprg)ENvimrc 是 Vim 的配置文件, Vim 在启动时会加载 vim...
LibreCAD is a 2D CAD drawing tool based on the community edition of QCad (www.qcad.org). LibreCAD has been re-structured and ported to qt4 and works natively cross platform between OSX, Windows and Linux . See www.librecad.org - Rallaz/LibreCAD
.astylerc508 Bytes 一键复制编辑原始数据按行查看历史 amai2012提交于6年前.Move astyle options to a separate file. That way keeping it in sync b… (#1468) 1234567891011121314151617181920 ### # Documentation is available from # # http://astyle.sourceforge.net/astyle.html # ##...
# ~/.astylerc # # Courtesy of HN's super_mario: http://news.ycombinator.com/item?id=5348401 # # Use K&R formatting style style=kr # Indent class and struct blocks so that the blocks 'public', 'private' and # 'protected' are indented. This option is effective in C++ files only...
tinc / .astylerc .astylerc57 Bytes 一键复制编辑原始数据按行查看历史 Guus Sliepen提交于7年前.Prepare for automatic code formatting using Artistic Style. 12345678910 --indent=tab=8 --convert-tabs -j -f -A2 -U -p -xg -k3 -w
LibreCAD is a cross-platform 2D CAD program written in C++11 using the Qt framework. It can read DXF and DWG files and can write DXF, PDF and SVG files. The user interface is highly customizable, and has dozens of translations. - LibreCAD/librecad.astyle