https://github.com/Radiomics/pyradiomics
Revision 5849b72a870769078d0a79d648c0056c02d7c9dd authored by Jean-Christophe Fillion-Robin on 29 March 2017, 14:21:11 UTC, committed by Joost van Griethuysen on 24 April 2017, 08:35:21 UTC
1 parent b820c48
Raw File
Tip revision: 5849b72a870769078d0a79d648c0056c02d7c9dd authored by Jean-Christophe Fillion-Robin on 29 March 2017, 14:21:11 UTC
requirements: Move nose and sphinx to dev requirements. See #230
Tip revision: 5849b72
.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