Skip to content

Commit

Permalink
Merge pull request #8 from Radiomics/add-logging
Browse files Browse the repository at this point in the history
Add optional debug logging
  • Loading branch information
fedorov authored Mar 9, 2017
2 parents 57f41f5 + 943d568 commit 90e63f8
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 61 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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
Loading

0 comments on commit 90e63f8

Please sign in to comment.