mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-09-27 22:01:44 +02:00
This sets formatting preferences automatically for editors that support this config file.
11 lines
191 B
INI
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
|