Refine .editorconfig
[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
2cff800d
JB
13[*.ts{,x}]
14quote_type = single
15
16[*.md]
17max_line_length = off
18trim_trailing_whitespace = false
19
7dde0b73
JB
20[{Makefile,**.mk}]
21# Use tabs for indentation (Makefiles require tabs)
22indent_style = tab