Files
SideStore/.editorconfig

36 lines
526 B
INI
Raw Normal View History

2023-03-01 00:48:36 -05:00
# http://editorconfig.org
root = true
[*]
2023-03-01 00:48:36 -05:00
indent_style = space
charset = utf-8
indent_size = 4
end_of_line = lf
2023-03-01 00:48:36 -05:00
trim_trailing_whitespace = true
insert_final_newline = true
2023-03-01 00:48:36 -05:00
[*.{md,markdown}]
trim_trailing_whitespace = false
2023-03-01 00:48:36 -05:00
[*.{c,h,m,mm}]
trim_trailing_whitespace = true
indent_style = space
2023-03-01 00:48:36 -05:00
indent_size = 2
2023-03-01 00:48:36 -05:00
[*.js]
indent_size = 2
[*.{swift}]
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[Makefile]
2023-03-01 00:48:36 -05:00
trim_trailing_whitespace = true
indent_style = tab
2023-03-01 00:48:36 -05:00
indent_size = 8
2023-03-01 00:48:36 -05:00
[*.{yaml|yml}]
indent_size = 2