| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59ddda8 commit d920fc7
108 files changed
| Original file line number | Diff line number | Diff 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 | ||
| Original file line number | Diff line number | Diff 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments