aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBojidar Marinov2017-05-16 14:04:26 +0300
committerBojidar Marinov2017-05-16 14:04:26 +0300
commit3288ce63d36e01b5b53b171102f79531899dc76c (patch)
tree831650c309e15e5cfd09f2000717f5e068a2c120
parenta4560c1e97d92cab3b370115581d8ee8f5c0b767 (diff)
downloadgodot-3288ce63d36e01b5b53b171102f79531899dc76c.tar.gz
godot-3288ce63d36e01b5b53b171102f79531899dc76c.tar.zst
godot-3288ce63d36e01b5b53b171102f79531899dc76c.zip
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index e19057f0e..b7ef43c34 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,6 +5,9 @@ charset = utf-8
end_of_line = lf
indent_style = tab
+[*.{cpp,hpp,c,h,mm}]
+trim_trailing_whitespace = true
+
[.travis.yml]
indent_style = space
indent_size = 2