1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Added indent_style to editorconfig, fixed inconsistent use of tabs and spaces in indentation.

This commit is contained in:
Colin Kinloch
2017-12-14 12:52:11 +00:00
parent f3ad14224e
commit edb1df15ea
3 changed files with 11 additions and 7 deletions

View File

@@ -266,8 +266,8 @@ def configure(env):
if (env["openmp"]):
env.Append(CPPFLAGS=['-fopenmp'])
env.Append(LIBS=['gomp'])
env.Append(CPPFLAGS=['-fopenmp'])
env.Append(LIBS=['gomp'])
if env['use_static_cpp']:
env.Append(LINKFLAGS=['-static-libstdc++'])