0
0
Fork 1
Spiegel von https://github.com/A6-9V/MQL5-Google-Onedrive.git synchronisiert 2026-04-11 13:10:57 +00:00
MQL5-Google-Onedrive/.editorconfig

15 Zeilen
264 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.{mq5,mqh}]
# MQL often uses alignment with spaces; keep cleanup minimal.
trim_trailing_whitespace = true
[*.sh]
indent_style = space
indent_size = 2