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