2023-06-22 14:06:46 -07:00
|
|
|
# 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
|