8000 STY: Add editorconfig file · nipype/pydra-nipype1@0b5142a · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b5142a

Browse files
committed
STY: Add editorconfig file
1 parent 8d1a78e commit 0b5142a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# EditorConfig <editorconfig.org>
2+
3+
# This is the top-most EditorConfig file.
4+
root = true
5+
6+
# Use Unix-style newlines with a newline ending for all files.
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
11+
# Use 4-space indentation for Python.
12+
[*.py]
13+
indent_size = 4
14+
indent_style = space
15+
16+
# Use 2-space indentation for YAML.
17+
[*.{yml,yaml}]
18+
indent_size = 2
19+
indent_style = space

0 commit comments

Comments
 (0)
0