aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 4b06ebb864df3d7a44c381f9ae6190b15d6b06c1 (plain) (blame)
1
2
3
4
5
6
7
# Default to Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 2