C++: Force LF for .c,.cpp,.h,.hpp

This commit is contained in:
Dave Bartolomeo
2018-09-20 11:38:56 -07:00
parent caf4a767ad
commit aa267c8302
200 changed files with 5422 additions and 5417 deletions

View File

@@ -1,8 +1,8 @@
// guarded.h
#ifndef GUARDED_H
#define GUARDED_H
// ... content ...
// guarded.h
#ifndef GUARDED_H
#define GUARDED_H
// ... content ...
#endif // GUARDED_H

View File

@@ -1,3 +1,3 @@
// unguarded.h
// ... content ...
// unguarded.h
// ... content ...