summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 0f4e36dcdc70f48d6adb42575619f73cd220cb25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# To use this config on you editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4
max_line_length = 80
trim_trailing_whitespace = true

[.git/COMMIT*]
max_line_length = 72