https://github.com/RISCSoftware/cpacs_tigl_gen
Revision a27f3c7fb2a59a3111fbc492f53f91cd81c2d546 authored by RlanderRISCSW on 31 March 2020, 19:55:55 UTC, committed by RlanderRISCSW on 31 March 2020, 19:55:55 UTC
1 parent a7c1d7a
Raw File
Tip revision: a27f3c7fb2a59a3111fbc492f53f91cd81c2d546 authored by RlanderRISCSW on 31 March 2020, 19:55:55 UTC
adding TIGL_EXPORT to private functions from ITiglUIDRefObject for enabling generation of python wrappers
Tip revision: a27f3c7
.editorconfig
# global editor settings
# see: http://editorconfig.org

root = true

# 4 space indentation
[*]
indent_style = space
indent_size = 4
back to top