Changes between Version 26 and Version 27 of DevelopersGuide/StyleGuide
- Timestamp:
- 2015-05-30T14:30:23+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/StyleGuide
v26 v27 7 7 * make sure there is no trailing white space 8 8 * don't use multiple consecutive empty lines 9 * JOSM uses 4 characters indentation and no tab stops (If you use Notepad++ you can change the default indentation in the " Settings" -> "Tab Settings" -> check "Replace by spaces" (this is permanent) or with the "change indentation settings" button in the toolbar by removing the check at "use tabs" (this is a temopary setting).)9 * JOSM uses 4 characters indentation and no tab stops (If you use Notepad++ you can change the default indentation in the "Preferences" -> "Tab Settings" -> check "Replace by spaces" (this is permanent) or with the "change indentation settings" button in the toolbar by removing the check at "use tabs" (this is a temopary setting).) 10 10 * Document your code '''thoroughly'''. Many people will thank you :) 11 11
