2
0
Эх сурвалжийг харах

Merge pull request #562 from asmaloney/feature/coding_convention

Coding Convention
Alexander Gessler 10 жил өмнө
parent
commit
d51cd92445
2 өөрчлөгдсөн 12 нэмэгдсэн , 14 устгасан
  1. 12 0
      CodeConventions.md
  2. 0 14
      CodeConventions.txt

+ 12 - 0
CodeConventions.md

@@ -0,0 +1,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

+ 0 - 14
CodeConventions.txt

@@ -1,14 +0,0 @@
-       ===============================================
-        The Asset-Importer-Library Coding conventions
-       ===============================================
-
-	If you want to participate to the Asset-Importer_Library please have a look
-	onto these coding conventions and try to follow them. They are more or less
-	some kind of guide line to help others coming into the code and help all
-	the Asset-Importer-Library users.
-	
-	 Tab width
-	===========
-	The tab width shall be 4 spaces.
-	
-