This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2022-10-18 19:24:44 +01:00
|
|
|
root = true
|
|
|
|
|
|
|
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
|
|
[*.{js,json,ts,vue}]
|
|
|
|
|
indent_style = space
|
|
|
|
|
indent_size = 2
|