Skip to content

Instantly share code, notes, and snippets.

View ecampidoglio's full-sized avatar

Enrico Campidoglio ecampidoglio

View GitHub Profile
@ecampidoglio
ecampidoglio / gist:1266880
Created October 6, 2011 08:50
Template for DevExpress CodeRush that adds a StyleCop compliant file header comment with company and copyright information.
//-----------------------------------------------------------------------
// <copyright file="«?FileBase»«?FileExtension»" company="«BlockAnchor»«Link(CompanyName)»«Caret»">
// Copyright (c) «Link(CompanyName)». All rights reserved.
// </copyright>
//-----------------------------------------------------------------------