Revision f06ac1d805474cd2890e4af8e95b2a2b295e7184 authored by Joost van Griethuysen on 23 June 2020, 16:26:33 UTC, committed by GitHub on 23 June 2020, 16:26:33 UTC
Force emptyGrayLevels datatype to int
2 parent s e100f1d + dc3068c
Raw File
.editorconfig
# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[**]
end_of_line = lf
insert_final_newline = true

# Set default charset
[**.py]
indent_style = space
indent_size = 2
charset = utf-8

# Set indentation for C
[**.{c,h}]
indent_style = space
indent_size = 2

# Tab indentation (no size specified)
[**CMakeLists.txt]
indent_style = space
indent_size = 2
back to top