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

(-)a/.editorconfig (-1 / +12 lines)
Line 0 Link Here
0
- 
1
# top-most EditorConfig file (http://editorconfig.org)
2
root = true
3
4
[*]
5
# Unix-style newlines with a newline ending every file
6
end_of_line = lf
7
insert_final_newline = true
8
# 4 space indentation
9
indent_style = space
10
indent_size = 4
11
# New files charset should be UTF-8
12
charset = utf-8

Return to bug 12545