Fix fbbbc6e1931: Crash when creating orders to stations with relocated station sign...
[openttd-github.git] / .editorconfig
blob787a1c76c1aada71f9d9e852b373cebecb02fd48
1 root = true
3 [*]
4 insert_final_newline = true
5 trim_trailing_whitespace = true
7 [*.{c,cpp,h,hpp}]
8 indent_style = tab
9 charset = utf-8