Files
wolfssl/.editorconfig
T

14 lines
208 B
INI
Raw Normal View History

# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
2025-11-20 22:50:40 +01:00
[*.{ads,adb,gpr}]
indent_size = 3