mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

Additionally, we setup an EditorConfig rule to automatically switch to tab style on Makefile. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
14 lines
197 B
INI
14 lines
197 B
INI
# editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[Makefile]
|
|
indent_style = tab
|