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 4f0a162 commit cdd285dCopy full SHA for cdd285d
.editorconfig
@@ -0,0 +1,23 @@
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
0 commit comments