1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
voice_assistant/.editorconfig
Artem Litvinov 536a9e4de8 init commit
2023-09-16 10:08:12 +01:00

21 lines
264 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true
[*.sh]
indent_size = 4
[*.py]
indent_size = 4
[Makefile]
indent_size = 4
indent_style = tab