mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
13 lines
193 B
INI
13 lines
193 B
INI
root = true
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{js,vue,ts}]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
continuation_indent_size = 6
|
|
|