File: CodeConventions.md

package info (click to toggle)
assimp 6.0.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 159,420 kB
  • sloc: cpp: 165,406; cobol: 65,664; ansic: 16,600; xml: 11,246; python: 5,320; java: 2,303; sh: 512; 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