PSI-original/.editorconfig

10 lines
146 B
INI
Raw Normal View History

2023-08-21 01:56:52 +00:00
# top-most EditorConfig file
root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2