Search found 1 match
- Thu Jun 19, 2003 9:19 am
- Forum: Java
- Topic: Setting tab stops in line with the Java Coding conventions
- Replies: 0
- Views: 247
Setting tab stops in line with the Java Coding conventions
http://java.sun.com/docs/codeconv/html/CodeConventions.doc3.html#262 says that in Java code Four spaces should be used as the unit of indentation. The exact construction of the indentation (spaces vs. tabs) is unspecified. Tabs must be set exactly every 8 spaces (not 4). I think its impossible to ...