Skip to content

Commit fe7216c

Browse files
authoredApr 13, 2021
Maintenance: Add .editorconfig file to try to standardize formatting. (#194)
See: https://editorconfig.org Closes: #181
1 parent bc76883 commit fe7216c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.editorconfig

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Top-most EditorConfig file
2+
root = true
3+
4+
# Use same style for all files
5+
[*]
6+
indent_style = space
7+
indent_size = 4
8+
end_of_line = crlf
9+
insert_final_newline = false
10+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)
Please sign in to comment.