2020-11-23 17:09:26 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2022-10-25 14:26:44 +03:00
|
|
|
|
2023-03-06 03:48:52 +03:00
|
|
|
[*.{js,css,scss}]
|
|
|
|
quote_type = single
|
|
|
|
|
|
|
|
[*.{yml,yaml}]
|
|
|
|
quote_type = double
|
2023-01-02 19:53:09 +03:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|