mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
36 lines
526 B
INI
36 lines
526 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
charset = utf-8
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{md,markdown}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.{c,h,m,mm}]
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.js]
|
|
indent_size = 2
|
|
|
|
[*.{swift}]
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
trim_trailing_whitespace = true
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[*.{yaml|yml}]
|
|
indent_size = 2
|