2016-06-17 15:00:24 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2016-10-03 15:57:08 +02:00
|
|
|
trim_trailing_whitespace = true
|
2016-06-17 15:00:24 +02:00
|
|
|
|
2021-01-29 11:38:47 +01:00
|
|
|
[*.{css,js,json,py,yml,rst,md}]
|
2016-06-17 15:00:24 +02:00
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[*.{js,py}]
|
|
|
|
charset = utf-8
|
|
|
|
|
2021-01-29 11:38:47 +01:00
|
|
|
[*.{css,py,scss,rst,md}]
|
2016-06-17 15:00:24 +02:00
|
|
|
indent_size = 4
|
|
|
|
|
2021-02-05 12:02:05 +01:00
|
|
|
[*.{js,json,yml,rst}]
|
2016-06-19 12:59:49 +02:00
|
|
|
indent_size = 2
|
2016-10-03 15:57:08 +02:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|