File: CodeConventions.md

package info (click to toggle)
assimp 5.4.3%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 100,104 kB
  • sloc: cpp: 164,162; cobol: 65,664; ansic: 16,520; xml: 11,246; python: 5,311; java: 2,303; sh: 398; objc: 122; pascal: 100; makefile: 66
file content (12 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12

Open Asset Import Library Coding Conventions
==

If you want to participate as a developer in the **Open Asset Import Library** please read and respect the following coding conventions. This will ensure consistency throughout the codebase and help all the Open Asset Import Library users.

Spacing
==

* Use UNIX-style line endings (LF)
* Remove any trailing whitespace
* Expand tabs to 4 spaces