2017-09-28 19:25:22 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
2019-01-25 11:37:46 +01:00
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
2017-10-15 22:21:05 +02:00
|
|
|
|
|
|
|
[*.xml]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|