Skip to content

Commit f925e6d

Browse files
Ned Batcheldernedbat
authored andcommitted
Give this repo an .editorconfig file
1 parent db52ce7 commit f925e6d

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.editorconfig

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# This is a file to standardize editor settings: http://EditorConfig.org
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 4
9+
max_line_length = 120
10+
trim_trailing_whitespace = true
11+
12+
[{Makefile, *.mk}]
13+
indent_style = tab
14+
15+
[*.{js,json,yml,yaml}]
16+
indent_size = 2
17+
18+
[*.rst]
19+
max_line_length = 79
20+
21+
[*.diff]
22+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)