Change: Suppress panning in intro game, while user is interacting with the GUI. ...
[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