Skip to content

Commit fe7216c

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.editorconfig

Lines changed: 10 additions & 0 deletions
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)