Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.0, 1.1
-
Fix Version/s: 1.1
-
Component/s: My Moodle iPhone (obsolete - do not use)
-
Labels:
-
Affected Branches:MOODLE_10_STABLE, MOODLE_11_STABLE
-
Fixed Branches:MOODLE_11_STABLE
Description
1. Install uncrustify
brew install uncrustify
|
2. Download config file from https://gist.github.com/441412ff150cfdbecadb to ~/.uncrustify.cfg
3. Enter Moodle directory
find . -name '*.[hm]' > filelist.txt
|
|
uncrustify -F filelist.txt --no-backup --replace -l OC
|
4. Commit against this issue
Attachments
Issue Links
- has been marked as being related by
-
MOBILE-15 Coding guide for iPhone
-
- Closed
-