aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 5665f37df26391f1eeb1641fc52d958715197fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; Editorconfig See http://editorconfig.org for details.

# Top-most EditorConfig file.
root = true

[*]
charset = utf-8
indent_style = tab
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
; max_line_length = 80