This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-30 20:17:23 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2022-02-01 19:32:12 +03:00
|
|
|
indent_style = space
|
2021-09-30 20:17:23 +03:00
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|