Skip to content

Commit 90e63f8

Browse files
authored
Merge pull request #8 from Radiomics/add-logging
Add optional debug logging
2 parents 57f41f5 + 943d568 commit 90e63f8

File tree

2 files changed

+135
-61
lines changed

2 files changed

+135
-61
lines changed

.editorconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# EditorConfig: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[**]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# Set default charset
12+
[**.py]
13+
indent_style = space
14+
indent_size = 2
15+
charset = utf-8
16+
17+
# Set indentation for C
18+
[**.{c,h}]
19+
indent_style = space
20+
indent_size = 2
21+
22+
# Tab indentation (no size specified)
23+
[**CMakeLists.txt]
24+
indent_style = space
25+
indent_size = 2

0 commit comments

Comments
 (0)