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 fe20153 commit 2b3cd0bCopy full SHA for 2b3cd0b
.editorconfig
@@ -0,0 +1,30 @@
1
+# EditorConfig is awesome: http://EditorConfig.org
2
+# Uses editorconfig to maintain consistent coding styles
3
+
4
+# top-most EditorConfig file
5
+root = true
6
7
+# Unix-style newlines with a newline ending every file
8
+[*]
9
+charset = utf-8
10
+end_of_line = lf
11
+indent_size = 2
12
+indent_style = space
13
+insert_final_newline = true
14
+max_line_length = 80
15
+trim_trailing_whitespace = true
16
17
+[*.{tf,tfvars}]
18
19
20
21
+[*.md]
22
+max_line_length = 0
23
+trim_trailing_whitespace = false
24
25
+[Makefile]
26
+tab_width = 2
27
+indent_style = tab
28
29
+[COMMIT_EDITMSG]
30
0 commit comments