2023-07-20 20:32:15 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.{js, conf, json}]
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
2023-12-30 11:42:27 +00:00
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|