mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Includes an editorconfig.org file too, for other editors & github’s settings.
15 lines
196 B
INI
15 lines
196 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
# Set default charset
|
|
[*.{js,py,swift,m,json}]
|
|
charset = utf-8
|
|
|
|
# 4 space indentation
|
|
[*.swift]
|
|
indent_style = space
|
|
indent_size = 4
|