aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 7fa09402458d868675bf95d7ba55d5dab5f374c1 (plain)
1
2
3
4
5
6
7
8
9
10
# Top-most EditorConfig file
root = true

# Apply to all file types
[*]
end_of_line = lf
charset = utf-8
indent_style = tabs
indent_size = 4
rulers = 80