Initial commit
[e-mobility-charging-stations-simulator.git] / .editorconfig
CommitLineData
7dde0b73
JB
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6tab_width = 2
7charset = utf-8
8trim_trailing_whitespace = true
9insert_final_newline = true
10end_of_line = lf
11max_line_length = 100
12
13[{Makefile,**.mk}]
14# Use tabs for indentation (Makefiles require tabs)
15indent_style = tab