summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: eb64e2fabce74a490477f1c6a2c23e77fade959c (plain)
1
2
3
4
5
6
7
8
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80