mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: Force LF for .c,.cpp,.h,.hpp
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// header3.h
|
||||
|
||||
#ifndef INCLUDED_HEADER3
|
||||
#define INCLUDED_HEADER3
|
||||
|
||||
// ...
|
||||
|
||||
#ifndef INCLUDED_HEADER1 // (not an include guard)
|
||||
|
||||
#endif
|
||||
|
||||
#endif // INCLUDED_HEADER3
|
||||
// header3.h
|
||||
|
||||
#ifndef INCLUDED_HEADER3
|
||||
#define INCLUDED_HEADER3
|
||||
|
||||
// ...
|
||||
|
||||
#ifndef INCLUDED_HEADER1 // (not an include guard)
|
||||
|
||||
#endif
|
||||
|
||||
#endif // INCLUDED_HEADER3
|
||||
|
||||
Reference in New Issue
Block a user