We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf0746 commit 10ae7b6Copy full SHA for 10ae7b6
.editorconfig
@@ -0,0 +1,11 @@
1
+# Manual:
2
+# http://EditorConfig.org
3
+
4
+# top-most EditorConfig file
5
+root = true
6
7
+# 1 tab = 4 spaces indentation and with a newline ending every file
8
+[*]
9
+indent_style = tab
10
+indent_size = 4
11
+insert_final_newline = true
0 commit comments