Add code formatting definition to project

Enable "Automatic Formatting on File Save" in Qt Creator to utilize
this.
remotes/origin/HEAD
markuspg 6 years ago
parent bd7a10645f
commit 7563780a79

@ -42,6 +42,9 @@ FORMS += src/localzleafstarter.ui \
QMAKE_CXXFLAGS += -std=c++11
DISTFILES += \
codingStyle.astylerc
OTHER_FILES += \
labcontrol.desktop \
LICENSE \

@ -0,0 +1,10 @@
--style=kr
--indent=spaces=4
--align-pointer=name
--align-reference=name
--convert-tabs
--attach-namespaces
--max-code-length=100
--max-instatement-indent=120
--pad-header
--pad-oper
Loading…
Cancel
Save