Files
vitepress-plugin-adsense/.editorconfig
T

12 lines
189 B
INI
Raw Normal View History

2023-03-30 11:33:23 +08:00
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
2024-03-04 22:43:53 +08:00
max_line_length = 100
2023-03-30 11:33:23 +08:00
quote_type = single
2024-03-04 22:43:53 +08:00
trim_trailing_whitespace = true