File: CodeConventions.md

package info (click to toggle)
assimp 3.3.1~dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,144 kB
  • sloc: cpp: 116,933; ansic: 7,063; java: 2,037; python: 1,968; pascal: 341; xml: 146; sh: 126; objc: 122; makefile: 47
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