Files
SlimeVR-Tracker-ESP/.editorconfig
2023-10-13 15:54:50 +03:00

17 lines
381 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# the files need the trailing withe space at the end of = else it does not work
[{platformio.ini,platformio-tools.ini}]
trim_trailing_whitespace = false