https://github.com/Radiomics/pyradiomics
Revision 5b906ea66b604b9306a718deef916c8875c76f9b authored by Joost van Griethuysen on 22 March 2017, 14:26:54 UTC, committed by GitHub on 22 March 2017, 14:26:54 UTC
2 parent s 9c03211 + 28ac310
Raw File
Tip revision: 5b906ea66b604b9306a718deef916c8875c76f9b authored by Joost van Griethuysen on 22 March 2017, 14:26:54 UTC
Merge pull request #219 from JoostJM/change-binning
Tip revision: 5b906ea
.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