PSI-original/.editorconfig
2023-08-21 09:56:52 +08:00

10 lines
146 B
INI

# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2