Files
Max Desiatov b921e940e9 NFC: Create .editorconfig (#2125)
This sets formatting preferences automatically for editors that support this config file.
2025-04-28 11:38:36 -07:00

11 lines
191 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
xcode_trim_whitespace_on_empty_lines = true