2017-01-04 21:15:50 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2020-04-22 22:40:18 +02:00
|
|
|
[*.{sh,py,pyi,js,ts,json,xml,css,scss,hbs,html}]
|
2017-01-04 21:15:50 +01:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
2019-07-03 06:39:18 +02:00
|
|
|
[*.py]
|
2018-08-08 01:58:47 +02:00
|
|
|
max_line_length = 110
|
|
|
|
|
2019-03-28 20:55:05 +01:00
|
|
|
[*.{js,ts}]
|
2019-10-12 05:21:40 +02:00
|
|
|
max_line_length = 100
|
2018-08-08 01:58:47 +02:00
|
|
|
|
2020-04-22 22:40:18 +02:00
|
|
|
[*.{svg,rb,pp}]
|
2017-01-04 21:15:50 +01:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|