Skip to content

Commit 1fd8e90

Browse files
authored
Create .editorconfig (#36)
1 parent 605fd0d commit 1fd8e90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
; top-most EditorConfig file
2+
root = true
3+
4+
; Unix-style newlines
5+
[*]
6+
charset = utf-8
7+
end_of_line = LF
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.md]
14+
max_line_length = 80
15+
16+
[COMMIT_EDITMSG]
17+
max_line_length = 0

0 commit comments

Comments
 (0)