https://github.com/Radiomics/pyradiomics
Revision 7dcc2a9d8d0c46b00ffbb3fbee5665ce5f2b351b authored by Joost van Griethuysen on 31 August 2017, 13:40:53 UTC, committed by Joost van Griethuysen on 31 August 2017, 13:40:53 UTC
1 parent 1675ac7
Raw File
Tip revision: 7dcc2a9d8d0c46b00ffbb3fbee5665ce5f2b351b authored by Joost van Griethuysen on 31 August 2017, 13:40:53 UTC
Change license in setup.py to reflect change by #272
Tip revision: 7dcc2a9
.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