weaver_trunk_cli/pc4public/portal/_rc/.editorconfig

10 lines
192 B
INI
Raw Normal View History

2023-09-26 16:58:23 +08:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*.{js,css}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2