We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387602 commit f20d643Copy full SHA for f20d643
.editorconfig
@@ -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