https://github.com/Radiomics/pyradiomics
Revision a49797a3a56944f0e1e6314f839cf6bb95f7c5c1 authored by Joost van Griethuysen on 14 July 2017, 12:31:16 UTC, committed by Joost van Griethuysen on 14 July 2017, 12:32:29 UTC
1 parent 32da2c9
Raw File
Tip revision: a49797a3a56944f0e1e6314f839cf6bb95f7c5c1 authored by Joost van Griethuysen on 14 July 2017, 12:31:16 UTC
ENH: Add example settings for CT and MRI
Tip revision: a49797a
.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