Thread: Addon Etiquette
View Single Post
04/24/14, 11:49 PM   #48
Joviex
 
Joviex's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 42
Originally Posted by Saucy View Post
For my projects I use two files that "define and maintain consistent coding styles" [1]. It helps me keep consistency across all projects I make. I must admit I'm not 100% sure about the differences between CR+LF and LF or when/which to use. I know CR+LF is for Window's newlines.

.gitattributes is used for Git


I use mercurial and tfs, they both provide the same type of mechanism, however it does not fix inconsistent files using two different line feeds.


Which to the greater point is about having our establishing some standards.
  Reply With Quote