Jpom/web-vue/.editorconfig

39 lines
1021 B
INI
Raw Normal View History

2024-03-21 16:43:05 +08:00
#
# Copyright (c) 2019 Of Him Code Technology Studio
# Jpom is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.
#
2021-07-31 11:49:05 +08:00
# http://editorconfig.org
2021-08-02 11:05:42 +08:00
# 和父级配置一致,避免使用新的工作空间打开当前项目,无法获取到配置问题
2021-07-31 11:49:05 +08:00
root = true
[*]
2021-08-10 09:05:30 +08:00
indent_style = space
2021-07-31 11:49:05 +08:00
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 200
2024-01-08 18:42:21 +08:00
[*.{json,yml}]
2021-07-31 11:49:05 +08:00
indent_style = space
indent_size = 2
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
2024-01-08 18:42:21 +08:00
[*.{vue,js,ts}]
2021-07-31 11:49:05 +08:00
indent_style = space
indent_size = 2
2022-07-25 08:50:45 +08:00
[*.js]
indent_style = space
indent_size = 2