Browse Source

updated style

Former-commit-id: b6f43e1630fa81677f4887104a110083fb089eed
Alec Jacobson 9 years ago
parent
commit
fd6714b155
1 changed files with 9 additions and 0 deletions
  1. 9 0
      style-guidelines.md

+ 9 - 0
style-guidelines.md

@@ -201,6 +201,15 @@ file. For example, `include/igl/tetgen/tetrahedralize.h` should be
 #endif
 ```
 
+## Spaces vs. tabs indentation
+
+Do not use tabs. Use 2 spaces for each indentation level.
+
+## Max line length
+
+Limit lines to 80 characters. Break up long lines into many operations (this
+also helps performance).
+
 ## Eigen templates