Skip to content

Commit d920fc7

Browse files
Force LF line endings for .ql, .qll, and .qlref files
1 parent 59ddda8 commit d920fc7

File tree

108 files changed

+7195
-7182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+7195
-7182
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# The following file types will be normalized to LF line endings in the Git
2+
# database, and will keep those LF line endings in the working tree even on
3+
# Windows. Any other files will have whatever line endings they had when they
4+
# were committed. If you add new entires below, you should renormalize the
5+
# affected files by running the following from the root of this repo (requires
6+
# Git 2.16 or greater):
7+
#
8+
# git add --renormalize .
9+
# git status [just to show what files were renormalized]
10+
# git commit -m "Normalize line endings"
11+
*.ql eol=lf
12+
*.qll eol=lf
13+
*.qlref eol=lf
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
/**
2-
* @name Print AST
3-
* @description Outputs a representation of the Abstract Syntax Tree.
4-
* @id cpp/print-ast
5-
* @kind graph
6-
*/
7-
8-
import cpp
9-
import PrintAST
1+
/**
2+
* @name Print AST
3+
* @description Outputs a representation of the Abstract Syntax Tree.
4+
* @id cpp/print-ast
5+
* @kind graph
6+
*/
7+
8+
import cpp
9+
import PrintAST

0 commit comments

Comments
 (0)