-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
While this isn't necessarily relevant to FReCon itself, one of the things I've noticed when working on Webca is that having people use different spacing settings in their editors can sometimes cause nasty merge conflicts and also messes up git diffs. I think we should use this editor plugin called EditorConfig (http://editorconfig.org/) to take cover of these spacing issues and formally specify how we want our spacing to look in both FReCon and Webca. All you have to do is create a file called ".editorconfig" in the root of your project and specify your spacing options. Installing it on most editors takes a matter of seconds. This isn't the most important issue right now, but I think it'll make collaborating easier.
Reactions are currently unavailable