Skip to content

Commit f20d643

Browse files
committed
adding an editorconfig file
1 parent 8387602 commit f20d643

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.editorconfig

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copying and distribution of this file, with or without modification,
2+
# are permitted in any medium without royalty provided this notice is
3+
# preserved. This file is offered as-is, without any warranty.
4+
# Names of contributors must not be used to endorse or promote products
5+
# derived from this file without specific prior written permission.
6+
7+
# EditorConfig
8+
# http://EditorConfig.org
9+
10+
# top-most EditorConfig file
11+
root = true
12+
13+
# LF end-of-line, insert an empty new line and UTF-8
14+
[*]
15+
end_of_line = lf
16+
insert_final_newline = true
17+
charset = utf-8
18+
indent_style = space
19+
indent_size = 4

0 commit comments

Comments
 (0)