Skip to content

Commit

Permalink
chore: editor config
Browse files Browse the repository at this point in the history
  • Loading branch information
eallion committed Oct 21, 2024
1 parent aff6990 commit cdef012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trim_trailing_whitespace = true # true 为去掉行尾空格
insert_final_newline = true # 结尾是否插入新行
max_line_length = off # 达到字符数后是否强制换行

[*.{yml,toml,yaml,json}]
[*.{yml,toml,yaml,json,js,css,scss}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit cdef012

Please sign in to comment.