summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 65e062de5f4eaf5ffefe97ac5adf728ab889b06d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[**]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
trim_trailing_whitespace = true

[**.{java,xml}]
indent_size = 3

[**.{yaml,yml}]
indent_size = 2