Files
SideStore/.editorconfig
2023-03-10 19:30:09 -05:00

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