|
Lines 1-7
Link Here
|
| 1 |
# top-most EditorConfig file (http://editorconfig.org) |
1 |
# top-most EditorConfig file (http://editorconfig.org) |
| 2 |
root = true |
2 |
root = true |
| 3 |
|
3 |
|
| 4 |
[*] |
4 |
[*.pl,*.pm,*.tt,*.inc,*.js] |
| 5 |
# Unix-style newlines with a newline ending every file |
5 |
# Unix-style newlines with a newline ending every file |
| 6 |
end_of_line = lf |
6 |
end_of_line = lf |
| 7 |
insert_final_newline = true |
7 |
insert_final_newline = true |
| 8 |
- |
|
|