Files
MessageKit/.editorconfig
T
Frederic Barthelemy f691de5b14 Set indentation to project-convention of spaces
Includes an editorconfig.org file too, for other editors & github’s settings.
2017-10-03 18:33:17 -07:00

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