Skip to content

Commit 17d4904

Browse files
authored
Merge pull request #220 from scientist-softserv/add-an-editor-config
add an editor config
2 parents 57b6314 + 84f2dbf commit 17d4904

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
# This file was generated using "EditorConfig for VS Code"
3+
4+
# top-most EditorConfig file
5+
root = true
6+
7+
[*]
8+
indent_style = space
9+
indent_size = 2
10+
end_of_line = lf
11+
charset = utf-8
12+
trim_trailing_whitespace = true
13+
insert_final_newline = true

0 commit comments

Comments
 (0)