View | Details | Raw Unified | Return to bug 33358
Collapse All | Expand All

(-)a/.editorconfig (-2 / +1 lines)
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
[{*.*,!*.vue}]
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
- 

Return to bug 33358