Skip to content

Commit ff86770

Browse files
committed
Add an .editorconfig file to make it easier to edit uniformly.
1 parent adb5fad commit ff86770

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .editorconfig

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*]
5+
charset = utf-8
6+
end_of_line = lf
7+
indent_style = space
8+
indent_size = 2
9+
insert_final_newline = true
10+
trim_trailing_whitespace = true
11+
12+
[*.json]
13+
indent_size = 4

0 commit comments

Comments
 (0)