Skip to content

Commit 4085497

Browse files
committed
Add .editorconfig file for style consistency
* Trim trailing whitespace always * Use linux-style newlines (LF, not CRLF)
1 parent bae0330 commit 4085497

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)