We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69279e8 commit 4a1d36eCopy full SHA for 4a1d36e
.editorconfig
@@ -7,6 +7,7 @@ end_of_line = lf
7
indent_size = 2
8
indent_style = space
9
insert_final_newline = true
10
+trim_trailing_whitespace = true
11
12
[*.py]
13
indent_size = 4
@@ -18,3 +19,9 @@ trim_trailing_whitespace = false
18
19
20
[Makefile]
21
indent_style = tab
22
+
23
+[warehouse/templates/**/*.{html,txt}]
24
+# our templates do their own left-padding in Jinja comments, ignore
25
+indent_size = unset
26
+[LICENSE]
27
warehouse/locale/.editorconfig
@@ -0,0 +1,2 @@
1
+# exclude anything in this directory
2
+root = true
0 commit comments