summarylogtreecommitdiffstats
path: root/.editorconfig
blob: b4e2598065da0e0af3eb6abe390ba94de9a71aaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EditorConfig configuration
# http://editorconfig.org

# Top-most EditorConfig file
root = true

# UTF-8 charset, set indent to spaces with width of four,
# with no trailing whitespaces and a newline ending every file.
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true