Files
ESP32Wrover16Template/.editorconfig

19 lines
392 B
INI

[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8
[*.sh]
# like -i=2
indent_style = space
indent_size = 2
#shell_variant = posix # like -ln=posix
#binary_next_line = true # like -bn
switch_case_indent = true # like -ci
space_redirects = true # like -sr
#keep_padding = true # like -kp