aboutsummaryrefslogtreecommitdiffstats
path: root/cli/template/.editorconfig
blob: d6c3cc68c2000702228b5bffcca841b63963bf2d (plain)
1
2
3
4
5
6
7
8
9
10
11
# https://EditorConfig.org
root = true

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