Files
linux-workspace/src/battery/.editorconfig
2024-03-23 07:59:16 +01:00

26 lines
328 B
INI

[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
indent_size = 4
indent_style = space
[Makefile]
indent_style = tab
[*.xml]
continuation_indent_size = 8
[*.{yaml,yml}]
indent_size = 2
[*.{bash,sh,zsh}]
indent_size = 2
[*.{htm,html}]
indent_size = 2
[*.json]
indent_size = 2