1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

Add: Include basic .editorconfig file to help enforce tab style (#6707)

This commit is contained in:
Owen Rudge
2018-04-12 21:14:23 +01:00
committed by GitHub
parent e47f646cb3
commit 3701b8685a

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,cpp,h,hpp}]
indent_style = tab
charset = utf-8