mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-03 15:40:21 +00:00
36 lines
381 B
INI
36 lines
381 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
|
|
[Dockerfile]
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
|
|
[*.rb]
|
|
indent_size = 4
|
|
|
|
[*.rs]
|
|
indent_size = 4
|
|
|
|
[*.S]
|
|
indent_size = 4
|
|
|
|
[*.sh]
|
|
indent_size = 4
|
|
|
|
[*.toml]
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|