Skip to content

Commit dee0624

Browse files
authored
Add a .editorconfig (#435)
* Add a .editorconfig * Move to https
1 parent 53e6ea9 commit dee0624

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
; This file is for unifying the coding style for different editors and IDEs.
2+
; More information at https://EditorConfig.org
3+
4+
root = true
5+
6+
[*]
7+
end_of_line = LF
8+
indent_style = space
9+
indent_size = 4
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true

0 commit comments

Comments
 (0)