Skip to content

Commit faea279

Browse files
authored
Merge pull request #302 from brandonpayton/add-editorconfig
Add editorconfig to help OSS contributors
2 parents d59e4ad + 9508fe2 commit faea279

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
indent_style = space
8+
indent_size = 4
9+

0 commit comments

Comments
 (0)